2. Storage Flashcards
What is Amazon S3 primarily used for?
Object storage for data backup and retrieval.
What does the acronym ‘EBS’ stand for in AWS?
Elastic Block Store.
Fill in the blank: Amazon S3 stores data as __________.
objects.
What is the maximum size of a single object that can be stored in Amazon S3?
5 terabytes.
Which storage option is best for frequently accessed data?
Amazon S3 Standard.
What is the purpose of Amazon Glacier?
Long-term archival storage.
True or False: Amazon EBS volumes can only be attached to EC2 instances in the same availability zone.
True.
What type of storage does Amazon RDS use?
Block storage.
Which AWS service provides a file storage solution that can be mounted on EC2 instances?
Amazon EFS (Elastic File System).
What is the primary benefit of using Amazon S3 Intelligent-Tiering?
Cost optimization for data with unknown access patterns.
What is the storage class used for infrequently accessed data in Amazon S3?
S3 Standard-IA (Infrequent Access).
True or False: Data stored in Amazon EBS is persistent even after the EC2 instance is terminated.
True, if the EBS volume is not deleted.
What is the main feature of Amazon S3 versioning?
It allows you to keep multiple versions of an object in the same bucket.
Which AWS service allows you to create snapshots of EBS volumes?
Amazon EBS Snapshots.
What is the primary advantage of using Amazon FSx?
Fully managed file systems for Windows or Lustre.
Fill in the blank: Amazon S3 is designed for __________ data storage.
unstructured.
What is the lifecycle policy in Amazon S3 used for?
Automatically transitioning or deleting objects based on defined rules.
Which storage service is best for low-latency access to block storage?
Amazon EBS.
True or False: Amazon S3 supports server-side encryption for data at rest.
True.
What is the maximum number of EBS volumes that can be attached to a single EC2 instance?
Up to 28 EBS volumes.
What does the ‘S3 Select’ feature do?
Allows you to query a subset of data from an object.
Fill in the blank: Amazon S3 Transfer Acceleration speeds up transfers using __________.
Amazon CloudFront edge locations.
What is the purpose of Amazon Storage Gateway?
Hybrid cloud storage service that connects on-premises software appliances with cloud-based storage.
True or False: AWS provides a free tier for Amazon S3.
True.