SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start

level: S3 Storage

Questions and Answers List

level questions: S3 Storage

QuestionAnswer
Buckets are defined at region level even though bucket name is global. True or False?True
What's the key in s3://my-bucket/my_file.txt?my_file.txt
Suspending versioning does not delete previous versions. True or False?True
Name the method to encrypt S3 objects using keys handled and managed by AWS?SSE-S3
Name the method to encrypt S3 objects using Amazon KMS keys?SSE-KMS
Name the client library to encrypt objects before uploading to S3 (for client side encryption)?Amazon S3 Encryption Client
You can block public access for a bucket through "Block public access to buckets" setting. True or False?True
You want to grant access to a S3 object for a limited time to a user. What option would you choose for this?Pre-signed URLs.
To host a static website, "Host a static website" option must be enabled within S3 bucket. True or False?True
Bucket policies are evaluated before "default encryption". True or False?True
For cross-region or same-region replication to work, "Must enable Versioning in Source and Destination". True or False?True
If Amazon S3 deletes an object due to a lifecycle action, the delete marker is not replicated to the destination buckets. True or False?True
For the "Requester Pays" feature in S3, the requester must be authenticated in AWS. True or False?True
With S3 object lock (Compliance mode), the object CANNOT be locked aby any user (including root) and forever. True or False?True
Pre-Signed URL are temporary and grant time-limited access to some actions in your S3 bucket. True or False?True
To get metadata of S3 object, we can do a Byte-range fetch. True or False?True