A company is designing a new document collaboration application on AWS. The application requires a shared file system that can be mounted by multiple Amazon EC2 instances simultaneously. Additionally, the company needs a durable, low-cost object storage solution to store static website assets that are served directly to users. Which two AWS storage services should the company select for these workloads?
- Amazon EFSCevap
- Amazon S3Cevap
- CAmazon EBS
- DAmazon EC2 Instance Store
- EAmazon S3 Glacier Deep Archive
Cevap
Amazon EFS and Amazon S3
Amazon EFS is correct because it provides a shared, serverless file system that multiple EC2 instances can mount simultaneously. Amazon S3 is correct because it is a highly durable, low-cost object storage service designed for storing and serving static assets directly to users over the web.
Adım Adım Çözüm
Anahtar Kavram
Selecting appropriate AWS storage services based on access patterns (shared file vs. object storage vs. block storage).