Amazon S3 Flashcards
What is Amazon S3
Amazon S3 is a scalable object storage service. It is designed to store and retrieve any amount of data from anywhere on the web. It supports versioning and lifecycle management. S3 has cross region replication and Same Region Replication
What are S3 Storage Classes
Storage Classes: Amazon S3 offers several storage classes, each designed for different use cases and access patterns. The storage classes include: You can transition objects between tiers using lifecycle policies
Standard: Provides high durability, availability, and performance for frequently accessed data.
Standard-IA (Infrequent Access): Offers the same durability and availability as standard storage but at a lower cost for infrequently accessed data.
One Zone-IA: Similar to Standard-IA but stores data in a single availability zone, making it less expensive than Standard-IA.
Intelligent-Tiering: Automatically moves objects between frequent access and infrequent access tiers based on usage patterns, optimizing costs.
Glacier: Provides long-term archival storage for data that is rarely accessed. Offers low-cost storage with retrieval times ranging from minutes to hours.
Glacier Deep Archive: Offers the lowest-cost storage for data that is accessed less than once a year. Provides retrieval times ranging from hours to days.
What is S3 multi-part upload
It can be used to help speed up transfers
It is recommended for files greater than 100MB and is a must use for files greater than 5GB
It basically divides files up in parts to speed up transfers
What is S3 transfer acceleration
Amazon S3 Transfer Acceleration is a feature that enables fast and secure transfers of files to and from Amazon Simple Storage Service (Amazon S3) buckets over long distances. It leverages Amazon CloudFront’s globally distributed edge locations to accelerate data transfers, reducing latency and improving transfer speeds.
It is compatible with multi part uploads
What is S3 Analytics or Storage Class Analysis
It is used to help you decide when to transition objects to the right storage class
It provides recommendations for Standard and Standard IA. The report is updated daily and it takes 24 to 48 hours to start seeing the data analysis
You can use Amazon Quicksight to visualize the data