A company is hosting a legacy relational database on a single Amazon EC2 instance. The database requires persistent, low-latency, block-level storage that supports frequent random reads and writes, and can be backed up using point-in-time snapshots. Which AWS storage service best meets these requirements?
- AAmazon Simple Storage Service (Amazon S3)
- Amazon Elastic Block Store (Amazon EBS)Answer
- CAmazon Elastic File System (Amazon EFS)
- DAmazon EC2 Instance Store
Answer
Amazon Elastic Block Store (Amazon EBS)
Amazon Elastic Block Store (Amazon EBS) is the correct choice because it provides persistent block-level storage that is directly attached to a single EC2 instance, offering the low-latency performance required by transactional databases and support for point-in-time snapshots.
Step-by-Step Solution
Key Concept
Amazon Elastic Block Store (Amazon EBS) provides persistent, low-latency block-level storage volumes for Amazon EC2 instances, suitable for database applications.
Estimated Time:1m 0s