AWS Storage and Databases Flashcards
What is an ephemeral type of storage that is physically attached to an EC2 instance?
Instance store
True or False? Data written on instance store never gets deleted between EC2 instance terminations.
False. When re-starting an EC2 instance from termination, it is likely that host machine will be different from previous startup, hence the physical instance store will be different and will not contain any previous data.
What is a persistent type of block-level storage volumes that you can use with Amazon EC2 instances?
Amazon Elastic Block Store (EBS)
What do you call an incremental backup of EBS volumes?
Amazon EBS Snapshots
What consists an object storage?
Data
Metadata
Key
What is a service that provides object-level storage and stores data as objects in buckets?
Amazon Simple Storage Service (S3)
What is the maximum file size for an S3 object?
5 TB
What type of S3 Service is designed for frequently accessed data and stores data in a minimum of three Availability Zones?
Amazon S3 Standard
What type of S3 Service is ideal for infrequently accessed data but has high availability when needed?
Amazon S3 Standard-IA
What type of S3 Service stores data in a single Availability Zone?
Amazon S3 Standard One Zone-IA
What S3 service is ideal for data with unknown or changing access patterns and automatically moves it to the infrequent access tier when data is not accessed by more than 30 days and reverts back to Amazon S3 Standard tier once moved data is accessed?
Amazon S3 Intelligent-Tiering
What S3 service works well for archived data that requires immediate access and has same access performance as Amazon S3 Standard?
Amazon S3 Glacier Instant Retrieval
What is a low-cost storage class that is ideal for data archiving and is able to retrieve objects within a few minutes to hours?
Amazon S3 Glacier Flexible Retrieval
What S3 service tier supports long-term retention and digital preservation for data that might be accessed once or twice in a year able to retrieve objects within 12-48 hours?
Amazon S3 Glacier Deep Archive
What S3 service delivers object storage to your on-premises AWS Outposts environment?
Amazon S3 Outposts