
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company seeks a storage solution for its application. The solution must be highly available and scalable. The solution also must function as a file system be mountable by multiple Linux instances in AWS and on premises through native protocols, and have no minimum size requirements. The company has set up a Site-to-Site VPN for access from its on-premises network to its VPC.
Which storage solution meets these requirements?
A
Amazon FSx Multi-AZ deployments
B
Amazon Elastic Block Store (Amazon EBS) Multi-Attach volumes
C
Amazon Elastic File System (Amazon EFS) with multiple mount targets
D
Amazon Elastic File System (Amazon EFS) with a single mount target and multiple access points
Explanation:
Amazon Elastic File System (Amazon EFS) is the correct solution because it meets all the specified requirements:
Highly available and scalable: EFS is a fully managed, highly available file storage service that automatically scales up or down as files are added or removed.
Functions as a file system: EFS provides a file system interface, unlike EBS which is block storage.
Mountable by multiple Linux instances: EFS can be mounted concurrently by thousands of EC2 instances across multiple Availability Zones.
Accessible from on-premises: With a Site-to-Site VPN connection, on-premises servers can mount EFS file systems using standard NFS protocols.
No minimum size requirements: EFS has no minimum storage requirement and you pay only for what you use.
Multiple mount targets: For high availability across multiple Availability Zones, EFS should have mount targets in each AZ where instances need access.
Why other options are incorrect:
Key AWS Services Comparison: