Storage and databases Flashcards
Which S3 bucket type is designed for frequently accessed data and data is held over a minimum of 3 AZs?
S3 standard
Which S3 bucket type is ideal for infrequently accessed data with low storage price and higher retrieval rate?
S3 Standard Infrequent Access (IA)
Which S3 bucket stores data in 1 AZ and is ideal if you want to save costs and can easily reproduce the data?
S3 One Zone Infrequent Accesss
Which S3 bucket type allows you to retrieve data within 12 hours?
S3 Glacier Deep Dive
Which S3 bucket type allows you to retrieve data within a few minutes to hours?
S3 Glacier
Which type of storage is attached to the EC2 instance host and is good for temp files or where data can be recreated easily?
Instance Stores
Which storage type is block storage and is available when Ec2 is terminated or stopped and has incremental back ups?
EBS (Elastic Block Storage) Volumes
Is Elastic Block Storage (EBS) a regional level resource or AZ level resource?
AZ level resource, stores data in a single AZ
Which storage type is a regional level resource that is a scaleable filesystem that grows and shrinks automatically and can be accessed by multiple instances?
AWS EFS (Elastic file system)