A company is developing a microservices-based web application deployed across multiple Amazon EC2 instances in different Availability Zones. The architecture requires a shared, concurrent file system for services to read and write application assets, as well as a durable, highly scalable object storage location to store and archive user-uploaded PDF reports. Which two AWS storage services should the company select to meet these requirements? (Select TWO.)
- Amazon Elastic File System (Amazon EFS)Answer
- Amazon Simple Storage Service (Amazon S3)Answer
- CAmazon Elastic Block Store (Amazon EBS)
- DAmazon EC2 Instance Store
- EAWS Storage Gateway
Answer
Amazon Elastic File System (Amazon EFS) and Amazon Simple Storage Service (Amazon S3)
Amazon Elastic File System (Amazon EFS) is a shared file system that allows concurrent read/write access from multiple EC2 instances across different Availability Zones. Amazon Simple Storage Service (Amazon S3) is an object storage service designed for highly durable, scalable, and cost-effective storage of files like PDFs.
Step-by-Step Solution
Key Concept
AWS Storage Services classification (File vs. Object vs. Block storage)