A financial institution is deploying a proprietary risk analysis application on a single Amazon EC2 instance. The application requires a dedicated storage volume to serve as its operating system boot drive and to store active database log files that need low-latency, block-level performance. The storage must persist independently of the EC2 instance's lifecycle so that the data is not lost if the instance is stopped or terminated. Which AWS storage service should the institution select to meet these requirements?
- AAmazon EC2 Instance Store
- BAmazon Simple Storage Service (Amazon S3)
- Amazon Elastic Block Store (Amazon EBS)Answer
- DAmazon Elastic File System (Amazon EFS)
Answer
Amazon Elastic Block Store (Amazon EBS) is the correct storage service because it provides persistent, block-level storage volumes optimized for low-latency workloads and operating system boot drives attached to a single EC2 instance.
Amazon Elastic Block Store provides persistent, low-latency block-level storage volumes designed for use with Amazon EC2. It satisfies all scenario requirements by serving as a boot drive, delivering block-level performance for active database logs, and retaining data independently of the instance's operational state.
Step-by-Step Solution
Key Concept
AWS Storage Types: Object vs. Block vs. File Storage, and Ephemeral vs. Persistent Block Storage
Estimated Time:1m 0s