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 EFSAnswer
- Amazon S3Answer
- CAmazon EBS
- DAmazon EC2 Instance Store
- EAmazon S3 Glacier Deep Archive
Answer
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.
Step-by-Step Solution
Key Concept
Selecting appropriate AWS storage services based on access patterns (shared file vs. object storage vs. block storage).