What does S3 means?
Simple Storage Service.
What are S3 File Size Limit ?
0B to 5 TB. Unlimited Storage
S3 Naming Convention / Buckets
What is S3 Data Consistency Model?
What are the storage classes/tiers of S3?
S3 Standard General purpuse, (Durable, immediately available, frequently accessed).
S3 - Intelligent Tiering - Designed to optimize cost of unknown or changing access patterns, by automatically moving data to the most cost-effective tier.
S3-IA (Infrequently accessed) (Durable, immediately available, infrequently accessed).
S3-IA One Zone (Durable, immediately available, infrequently accessed, only available in one availability Zone).
S3 - Glacier - Secure, durable and low-cost for data archiving, retrieval from minutes to hours.
S3 - Glacier Deep Archive - Lowest cost storage, with retrieval of 12 hours acceptable.
What are S3 Encryption Capabilities:
In transit:
SSL/TLS
At Rest:
On the server side:
On the customer side:
How do you control Bucket Access ?
By default buckets are private and all objects stored inside them are private
You can grant access to them with:
1) Bucket ACLs
2) Bucket Policies
Describe S3 Versioning features.
Can versioning be disabled?
No, versioning can never be disabled, only suspended.
How does Versioning works with MFA?
Versioning can integrate MFA with the delete option.
What does S3 CRR stands for?
Amazon S3 Cross Region Replication.
What is S3 Cross Region Replication (CRR)?
It’s a feature that can be enabled in S3, to replicate data from one bucket in one region to another bucket in another region. This can be done for Disaster Recovery
What are Cross Region Replication (CRR) Requirements?
CRR Restrictions:
What is S3 Lifecycle Management?
Explain some usual S3 Lifecycle Management rules:
If you are looking to reduce storage costs how would you go about doing this?
Enable Lifecycle Management
How can you Secure your S3 Buckets ?
What is Snowball?
AWS Snowball is a data transport solution that accelerates moving terabytes to petabytes of data into and out of AWS using storage appliances designed to be secure for physical transport
What is Snowball Edge ?
It is a snowball with compute functionality.
AWS DC in a box.
What is Snow Mobile?
What is S3 transfer acceleration?
Its an S3 feature that allows the usage of CloudFront Edge Locations, and then AWS uses it’s backbone to transfer data to the actual bucket.
Once enabled, it creates a distinct URL to upload your files.
What are the restrictions to use S3 as a static website?
How can you protect S3 from deleting objects?
Enabling Delete MFA.