A company is launching a database on a single Amazon Elastic Compute Cloud (Amazon EC2) instance. The database requires a persistent block storage volume that behaves like a physical hard drive and retains its data even if the EC2 instance is stopped or restarted. Which AWS storage service best meets these requirements?
- Amazon Elastic Block Store (Amazon EBS)Cevap
- BAmazon Simple Storage Service (Amazon S3)
- CAmazon Elastic File System (Amazon EFS)
- DAmazon EC2 Instance Store
Cevap
Amazon Elastic Block Store (Amazon EBS)
The correct service is Amazon Elastic Block Store (Amazon EBS) because it provides persistent block storage volumes that behave like physical hard drives. It can be easily attached to a single Amazon EC2 instance and keeps data intact even when the instance is stopped or restarted.
Adım Adım Çözüm
Anahtar Kavram
Identifying the appropriate AWS storage service based on block vs. object vs. file storage types and persistence requirements.