Advanced S3 & Athena Flashcards
What is the EC2 URL to get the metadata?
http://169.254.169.254/latest/meta-data
How can MFA-Delete be enabled in S3?
You need to be the root user and use the CLI
What is the default timeout for S3 pre-signed urls?
3600 seconds (1 hour)
How do you change the timeout?
Use the –expires-in argument
What are the 6 S3 storage classes?
- S3 Standard - General Purpose
- S3 Standard - Infrequent Access (IA)
- S3 One Zone - Infrequent Access
- S3 Intelligent Tiering
- Amazon Glacier
- Amazon Glacier Deep Archive
What are the uses cases for S3 Standard?
Big data, content distribution
What are the use cases for S3 Standard Infrequent Access?
Data store for disaster recovery
What are the use cases for S3 One Zone - Infrequent Access?
Storing secondary backup or data you can recreate
What are the 3 retrieval options for Glacier?
- Expedited (1 - 5 minutes)
- Standard (3 - 5 hours)
- Bulk (5 - 12 hours)
What are the 2 retrieval options for Glacier Deep Archive?
- Standard (12 hours)
- Bulk (48 hours)
What is the minimum storage duration for Glacier?
90 days
What is the minimum storage duration for Glacier Deep Archive?
180 days
In Lifecycle rules, what are Transition Actions?
They define when objects get transitioned to another class
In Lifecycle Rules, what are Expiration Actions?
They configure objects to delete at certain times
Are Lifecycle Rules at the bucket level?
Lifecycle Rules can be applied for a certain prefix or for object tags