A startup is building a new application on AWS. They need a shared file storage solution that can be mounted simultaneously by multiple Linux EC2 instances, and they also need a persistent block storage volume that is attached to a single EC2 instance to host a database. Which two AWS storage services should the startup use to meet these requirements?
- Amazon Elastic File System (Amazon EFS)Cevap
- Amazon Elastic Block Store (Amazon EBS)Cevap
- CAmazon Simple Storage Service (Amazon S3)
- DAmazon S3 Glacier Flexible Retrieval
- EAmazon EC2 Instance Store
Cevap
Amazon Elastic File System (Amazon EFS) and Amazon Elastic Block Store (Amazon EBS)
The correct services are Amazon Elastic File System (Amazon EFS) and Amazon Elastic Block Store (Amazon EBS). Amazon EFS provides shared, elastic file storage accessible by multiple EC2 instances simultaneously, which matches the shared file system requirement. Amazon EBS provides persistent block storage volumes that attach to a single EC2 instance, which is required for hosting a persistent database.
Adım Adım Çözüm
Anahtar Kavram
AWS Storage Services