A gaming company is deploying an application on Amazon EC2 instances that processes real-time player leaderboards. The application requires high-performance, lowest-latency block storage to serve as temporary caching and scratch space. If an instance terminates, the cached data can be easily recreated and does not need to persist. Which AWS storage option should the company select to meet these requirements at no additional cost?
- AAmazon Elastic Block Store (EBS)
- Amazon EC2 Instance StoreCevap
- CAmazon Elastic File System (EFS)
- DAmazon Simple Storage Service (S3)
Cevap
Amazon EC2 Instance Store
Amazon EC2 Instance Store provides temporary block-level storage that is physically attached to the host computer. This physical attachment delivers the lowest possible latency for temporary caching and scratch space, and its cost is included in the EC2 instance pricing, meaning it incurs no additional storage charges.
Adım Adım Çözüm
Anahtar Kavram
Differentiating between temporary local block storage (Instance Store) and persistent network-attached storage options (EBS, EFS, S3).