Amazon Storage Flashcards
What is Amazon Elastic Block Store (EBS)?
Provides block-level storage volumes to use with EC2 instances.
If instance is deleted, data is still available.
- Good for complex read, write, & change functions.
- Stored in 1 Availability Zone
- To attach EC2 instance - must reside in same Availability Zone.
What is an EBS Snapshot?
Incremental Backups where all data in storage volume copies each time backup occurs.
What is Amazon Simple Storage Service (S3)?
Bucket Object-level storage where you can upload any type of file and you have unlimited storage.
You can set permissions to control visibility & access.
You can track changes over objects as well.
What is S3 Standard?
Storage for Frequently Access Data
- Stores data in minimum 3 Availability Zones
- Provides high availability of objects.
- Has higher cost
- Good for websites, content distribution, & data analytics.
- Can store up to 5 TB.
- Cannot be attached to EC2 instances
What is S3 Standard-Infrequent Access (Amazon S3 Standard-IA)?
Storage for Infrequently Accessed Data
- Lower Storage Cost
- High Retrieval Cost
- Stores data in minimum 3 Availability Zone.
- Good for backups
What is S3 One Zone Infrequent Access (S3 One Zone-1A)
Storage for Infrequently Accessed Data
- Lower Storage Price than IA
- Stores data in 1 Availability Zone
- Good if you want to:
- Save costs on storage
- You can reproduce data in event of failure.
What is S3 Intelligent-Tiering?
Storage for Data with Unknown or Changing Access Patterns.
- Requires monthly monitoring & automation fee per object
- If object hasn’t been access for 30 consecutive days - moves to S3 Standard-IA (Infrequent Access Tier).
- If you access object in Infrequent Access Tier - moves to Frequent Access Tier (S3 Standard).
What is Glacier Instant Retrieval?
Storage for archived data that requires immediate access.
- Can get objects in milliseconds
- Same performance as S3 Standard.
What is S3 Glacier Flexible Retrieval?
Storage for Archived Data
- Able to retrieve objects within few minutes to hours
- Good for customer records or video files.
- Low Cost
What is S3 Glacier Deep Archive?
Storage class for Archived Data.
- Lowest Cost
- Get data within 12 to 48 hours.
- Ideal for data that might be accessed once/twice a year.
- All objects are replicated and stored across 3 geographically dispersed Availability Zones.
What are S3 Outposts?
Creates S3 Buckets on AWS Outposts.
- Easier to get, store, & access data on AWS Outposts.
- Designed to store data durably & redundantly across multiple devices & servers across Outposts.
- For workloads where you must store data locally.
What is Amazon Elastic File System (Amazon EFS)?
Scalable File System used with AWS Cloud Services & on-premises resources.
- Grows/Shrinks when you add/remove files.
- Can scale on demand to petabytes.
- Stores data in MULTIPLE Availability Zones.
- On-premises servers can access EFS with AWS Direct Connect.
- You can access multiple files at the same time.
What is an Instance Store?
For data that does not need to be kept long term.
When EC2 instance is stopped all data attached to instance is deleted.