What is the data consistency model in S3?
What is the availaility of S3-OneZone-IA?
99.50%
What type of data is best stored in S3-IA?
S3-IA is best for data that is not accessed frequently, but requires rapid access when needed
What are the key differences between S3-IA and S3 One Zone - IA?
Compared to S3-IA, S3 One Zone- IA has lower cost but less durability.
What is S3 - Intelligent Tiering?
S3 Intelligent tiering uses ML and is designed to optimize costs by automatically moving data to the most cost-effective access tier, without performance impact or operational overhead. (Basically, it’s the autopilot mode for S3 tiering)
What is S3 Glacier primarily used for?
S3 Glacier is mostly used for data archival at low-cost
How long does it take to retrieve something from S3 Glacier?
Retrieval times from S3 Glacier are configurable and range from minutes to hours
What is S3 Glacier Deep Archive?
S3 Glacier Deep Archive is S3’s lowest-cost storage class
How long does it take to retrieve something from S3 Glacier Deep Archive?
S3 Glacier Deep Archive is for cases where a retrieval time of 12 hours is acceptable.
What is Transfer Acceleration?
What is the format of the DNS name created for an S3 bucket in a specific region?
“http://s3.aws-region.amazonaws.com/bucketName”
OR
“http://bucketname.s3.aws-region.amazonaws.com”
(<a>https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro</a>)
How can I help, at a bucket-configuration level, to protect against someone going in and deleting data from S3?
Turn on MFA Delete
What are the default access control permissions for newly created buckets?
By default, all newly created buckets are private
Where can S3 access logs be stored?
S3 Access logs sent to another bucket or even another bucket in another account.
In the context of S3, what does CRR stand for?
Cross-Region Replication
Does Cross-Region Replication require bucket versioning?
Yes. Cross-region replication requires bucket versioning on both the source and destination buckets.
When performing cross-region replication, what discrepancies will there be between the source and replication buckets?
When performing cross-region replication, what permissions – at the time of creation – are different between the source bucket and the destination bucket?
by default, there are NO differences between the source and replicated buckets
When performing cross-region replication, what files – at the time of creation – are different between the source bucket and the destination bucket?
When using cross-region replication, files in an existing bucket are NOT replicated automatically.
At a high level, how does S3 Transfer Acceleration work?
Instead of uploading directly to a bucket, the user utilizes a distinct (given) URL to upload to an edge location, which then transfers through Amazon Backbone and directly uploads to an S3 bucket
What is the general use case for S3 Transfer Acceleration?
Accelerating uploads to S3
What S3 functionalities would you want to use for restricting content access?
CloudFront Signed URLs and Cookies and S3 Signed URLs
What is the key difference between a CloudFront Signed URL and a CloudFront Signed Cookie?
What can be included in the policy attached to a signed URL or signed cookie?