An application running on a single Amazon EC2 instance requires a persistent block storage volume that behaves like a physical hard drive. The storage must retain its data even if the EC2 instance is stopped or terminated. Which AWS storage service should be used to meet these requirements?
- Amazon Elastic Block Store (Amazon EBS)Answer
- BAmazon Simple Storage Service (Amazon S3)
- CAmazon Elastic File System (Amazon EFS)
- DAmazon EC2 Instance Store
Answer
Amazon Elastic Block Store (Amazon EBS)
The correct option is Amazon Elastic Block Store (Amazon EBS) because it provides persistent block-level storage volumes for use with EC2 instances. EBS volumes act like raw, unformatted block devices that can be attached to an instance and persist data independently of the instance's life, meaning the data remains intact if the instance is stopped or terminated.
Step-by-Step Solution
Key Concept
AWS Block Storage Persistence
Estimated Time:45s