Storages and Databases Flashcards
What is an Instance Store
temporary block-level storage for an Amazon EC2 instance
What is Amazon Elastic Block Store (Amazon EBS)
a service that provides block-level storage volumes that you can use with Amazon EC2 instances
What is an EBS Snapshot
an incremental backup
-First backup taken of a volume copies all the data.
-For subsequent backups, only the blocks of data that have changed since the most recent snapshot are saved.
What is Object Storage
each object consists of data, metadata, and a key
When you modify a file in block storage, only the pieces that are changed are updated. When a file in object storage is modified…
the entire object is updated.
What is Amazon Simple Storage Service (Amazon S3)
a service that provides object-level storage.
What does Amazon Simple Storage Service (Amazon S3) store data as
stores data as objects in buckets.
What is the maximum file size for an object in Amazon S3
5 TB
What are the 8 Amazon S3 storage classes
-S3 Standard
-S3 Standard - Infrequent Access (S3 Standard-IA)
-S3 One Zone - Infrequent Access (S3 One Zone-IA)
-S3 Intelligent Tiering
-S3 Glacier Instant Retrieval
-S3 Glacier Flexible Retrieval
-S3 Glacier Deep Archive
-S3 Outposts
What is S3 Standard storage class
-Designed for frequently accessed data
-Stores data in a minimum of three Availability Zones
What is S3 Standard - Infrequent Access (S3 Standard-IA)
-Ideal for infrequently accessed data
-Similar to Amazon S3 Standard but has a lower storage price and higher retrieval price
-Stores data in a minimum of three Availability Zones
What is S3 One Zone - Infrequent Access (S3 One Zone-IA)
-Stores data in a single Availability Zone
-Has a lower storage price than Amazon S3 Standard-IA
What is S3 Intelligent Tiering
-Ideal for data with unknown or changing access patterns
-Requires a small monthly monitoring and automation fee per object
How does S3 Intelligent Tiering Work
If you haven’t accessed an object for 30 consecutive days, Amazon S3 automatically moves it to the infrequent access tier, S3 Standard-IA. If you access an object in the infrequent access tier, Amazon S3 automatically moves it to the frequent access tier, S3 Standard.
What is S3 Glacier Instant Retrieval
-Works well for archived data that requires immediate access
-Can retrieve objects within a few milliseconds
What is S3 Glacier Flexible Retrieval
-Low-cost storage designed for data archiving
-Able to retrieve objects within a few minutes to hours
What is S3 Glacier Deep Archive
-Lowest-cost object storage class ideal for archiving
-Able to retrieve objects within 12-48 hours
-stored across at least three geographically dispersed Availability Zones
What is S3 Outposts
-Creates S3 buckets on Amazon S3 Outposts
-Makes it easier to retrieve, store, and access data on AWS Outposts
-delivers object storage to your on-premises AWS Outposts environment
When to use S3 Storage
you are using complete objects or only making occasional changes
When to use Amazon Elastic Block Storage (EBS)
you are doing complex read, write, change functions on larger files