A database administrator is configuring a database on an Amazon EC2 instance. The database requires a temporary storage location for scratch space, query caching, and swap files that provides the lowest latency and highest I/O performance. The data in this location does not need to persist if the EC2 instance is stopped or terminated. Which AWS storage option meets these requirements?
- AAmazon Elastic Block Store (Amazon EBS)
- BAmazon Simple Storage Service (Amazon S3)
- Amazon EC2 Instance StoreCevap
- DAmazon Elastic File System (Amazon EFS)
Cevap
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 direct attachment delivers the lowest latency and highest I/O performance, making it ideal for temporary scratch space, cache, and swap files. Because it is ephemeral, the data is lost when the instance is stopped or terminated, which aligns with the customer's requirement where persistence is not needed.
Adım Adım Çözüm
Anahtar Kavram
Understanding the difference between ephemeral block storage (Instance Store) and persistent network storage (EBS/EFS/S3) for EC2 instances.
Tahmini Süre:1m 0s