Module 5 Flashcards
Instance store
provides temporary block-level storage for an Amazon EC2 instance. An instance store is disk storage that is physically attached to the host computer for an EC2 instance, and therefore has the same lifespan as the instance. When the instance is terminated, you lose any data in the instance store.
Amazon Elastic Block Store (Amazon EBS)
a service that provides block-level storage volumes that you can use with Amazon EC2 instances. If you stop or terminate an Amazon EC2 instance, all the data on the attached EBS volume remains available.
EBS snapshot
is an incremental backup. This means that the 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
Amazon Simple Storage Service (Amazon S3
a service that provides object-level storage. Amazon S3 stores data as objects in buckets.
You can upload any type of file to Amazon S3, such as images, videos, text files, and so on. For example, you might use Amazon S3 to store backup files, media files for a website, or archived documents. Amazon S3 offers unlimited storage space. The maximum file size for an object in Amazon S3 is 5 TB.
When you upload a file to Amazon S3, you can set permissions to control visibility and access to it. You can also use the Amazon S3 versioning feature to track changes to your objects over time.
S3 Storage Classes (8 of them)
1- S3 Standard:
2- S3 standard-infrequent access (S3 standard-IA)
3- S3 one zone-infrequent access (S3 one zone-IA)
4- S3- intelligent tiering
5- S3 glacier instant retrieval
6- S3 glacier flexible retrieval
7- S3 glacier deep archive
8- S3 outposts
S3 Standard:
a. Designed for frequently accessed data
b. Stores data in a minimum of three Availability Zones
S3 standard-infrequent access (S3 standard-IA)
a. Ideal for infrequently accessed data
b. Similar to Amazon S3 Standard but has a lower storage price and higher retrieval price
S3 one zone-infrequent access (S3 one zone-IA)
a. Stores data in a single Availability Zone
b. Has a lower storage price than Amazon S3 Standard-IA
S3- intelligent tiering
a. Ideal for data with unknown or changing access patterns
b. Requires a small monthly monitoring and automation fee per object
S3 glacier instant retrieval
a. Works well for archived data that requires immediate access
b. Can retrieve objects within a few milliseconds
S3 glacier flexible retrieval
a. Low-cost storage designed for data archiving
b. Able to retrieve objects within a few minutes to hours
S3 glacier deep archive
a. Lowest-cost object storage class ideal for archiving
b. Able to retrieve objects within 12 hours
S3 outposts
a. Creates S3 buckets on Amazon S3 Outposts
b. Makes it easier to retrieve, store, and access data on AWS Outposts
Amazon Elastic File System (Amazon EFS)
is a scalable file system used with AWS Cloud services and on-premises resources. As you add and remove files, Amazon EFS grows and shrinks automatically. It can scale on demand to petabytes without disrupting applications.
Structured Query Language Storage (SQL)
Is a relational Database
This approach allows data to be stored in an easily understandable, consistent, and scalable way. For example, the coffee shop owners can write a SQL query to identify all the customers whose most frequently purchased drink is a medium latte.