S3 Flashcards
What’s the max object size possible in S3?
5TB
T/F: A bucket name must be globally unique
True, all AWS accounts share a global namespace
What is the availability of S3?
99.95%-99.99%, depending on the tier
What is the durability of S3?
11-9’s durability
How do you make a bucket public?
Create a bucket policy that allows everyone to do something
T/F: you can host dynamic websites using S3
False, you can only host static websites (ones that aren’t connected to a DB)
How do you scale your static website with S3?
You don’t have to do anything, S3 will do it automatically
What are the advantages of versioning?
- All versions of an object are stored in S3, even if you delete an object
- It’s a great backup tool
- Cannot be disabled once enabled, only suspended
- Can be integrated with lifecycle rules
- Supports MFA
How do you restore a deleted S3 object that has versioning enabled?
View the versions, and delete the delete marker which was created when the object was first deleted
When would you opt to use S3 Standard?
- High availability and durability
- Frequently accessed data
- Static websites, content distribution, mobile/gaming apps, big data analytics
When would you opt to use S3 Standard-IA?
- High availability/durability
- When you have data you access infrequently, but need rapid access
- When you want cheaper storage at the expense of a retrieval fee
- Perfect for long-term storage, backups, disaster-recovery
What are the pros and cons of S3 One Zone-IA compared to S3 Standard-IA?
- Costs 20% less
- Better suited/cheaper for infrequently-accessed, non-critical data (because it is only stored in one AZ)
Which S3 solution would you use when you