A data analytics company runs a high-performance transaction processing application on a single Amazon EC2 instance. The application requires a temporary block storage volume to serve as a high-speed buffer and scratch space. This volume must provide the lowest possible I/O latency and high throughput. The data is temporary, replicated at the application layer, and does not need to persist if the instance is stopped or terminated. Which AWS storage option best meets these requirements?
- AAmazon Elastic Block Store (Amazon EBS)
- Amazon EC2 Instance StoreAnswer
- CAmazon Elastic File System (Amazon EFS)
- DAmazon Simple Storage Service (Amazon S3)
Answer
Amazon EC2 Instance Store
The correct answer is Amazon EC2 Instance Store because it provides block-level storage physically attached to the host computer. This physical attachment delivers the lowest possible latency and high random I/O performance required for buffers and scratch space. Since the data is temporary and does not need to persist past the lifetime of the instance, the ephemeral nature of the instance store is fully acceptable.
Step-by-Step Solution
Key Concept
AWS Storage Services
Estimated Time:2m 0s