S3 Flashcards
What S3 storage class should you use for frequently accessed data?
S3 Standard - General Purpose
What S3 storage class should you use for Big Data analytics, mobile and gaming applications, content distribution, etc…?
S3 Standard - General Purpose
What S3 storage class should you use for data that is less frequently accessed but requires rapid access when needed?
S3 Standard - Infrequent Access
What S3 storage class should you use for disaster recovery and backups?
S3 Standard - Infrequent Access
What S3 storage class should you use for storing secondary backup copies of on-premises data, or data you can create?
S3 Standard - One Zone Infrequent Access
What S3 storage classes should you use for low cost storage meant for archiving/backups?
S3 Glacier storage classes
You’re getting errors while trying to create a new S3 bucket named “dev”. You’re using a new AWS Account with no S3 buckets created before. And you double-checked and found that you have the correct IAM permissions to create S3 Buckets. What is a possible cause for this?
S3 bucket names must be globally unique and “dev” is already taken.
You have enabled versioning in your S3 bucket which already contains a lot of files. Which version will the existing files have?
null
You have updated an S3 bucket policy to allow IAM users to read/write files in the S3 bucket, but one of the users complain that he can’t perform a PutObject API call. What is a possible cause for this?
The IAM user must have an explicit DENY in the attached IAM policy.
If you have an S3 bucket policy and an explicit DENY in an IAM policy, which will take precedence?
Explicit DENY in an IAM Policy will take precedence over an S3 bucket policy.
You want the content of an S3 bucket to be fully available in different AWS Regions. That will help your team perform data analysis at the lowest latency and cost possible. What S3 feature should you use?
S3 Replication
What S3 feature allows you to replicate data from an S3 bucket to another in the same/different AWS Region?
S3 Replication
You have 3 S3 buckets. One source bucket A, and two destination buckets B and C in different AWS Regions. You want to replicate objects from bucket A to both bucket B and C. How would you achieve this?
Configure replication from bucket A to bucket B, then from bucket A to bucket C.
Which S3 Glacier storage class has retrieval modes of Expedited (1-5 minutes), Standard (3-5 hours), and Bulk (5-12 hours)?
S3 Glacier Flexible Retrieval
Which S3 Glacier storage class has retrieval modes of Standard (12 hours) and Bulk (48 hours)?
S3 Glacier Deep Archive