CloudGuild · Blog · Cheat sheets · Lessons · Certifications
Understanding Amazon EBS Storage Options
Master the AWS DEA-C01 exam by understanding Amazon EBS and its specific storage type.
When preparing for the AWS Certified Data Engineer - Associate (DEA-C01) exam, candidates often stumble over the question regarding Amazon EBS storage types. Misunderstanding these options can lead to selecting the wrong answer and losing valuable points.
The question
What type of storage does Amazon EBS provide?
- A. Object storage for unstructured data.
- B. Block storage for EC2 instances.
- C. File storage for shared access.
- D. Data archiving services.
Think before you scroll
Before choosing an answer, consider the nature of Amazon EBS and its primary function. Focus on what EBS is designed for and how it integrates with EC2 instances.
The answer
The correct option is B. Block storage for EC2 instances. Amazon EBS (Elastic Block Store) is specifically designed to provide block storage that can be attached to EC2 instances, enabling persistent data storage.
Why the other options lose
A. Object storage for unstructured data. This option refers to Amazon S3, which is designed for unstructured data storage and not for block storage like EBS. This mischaracterization leads candidates to confusion.
C. File storage for shared access. This describes Amazon EFS (Elastic File System), which provides file storage that can be shared across multiple EC2 instances. EBS is not designed for shared access.
D. Data archiving services. This could refer to services like Amazon S3 Glacier, which is meant for long-term data archiving. EBS is not intended for archiving; it is meant for active data storage associated with EC2.
The concept behind it
Understanding the difference between storage types is crucial. Block storage, like that provided by EBS, allows for quick access and modification of data in fixed-size blocks. This is essential for workloads that require high-performance storage, such as databases and applications running on EC2.
Exam trap to remember
Remember: EBS is all about block storage for EC2 instances. Mislabeling it can lead to losing points on the exam.