Topic 1 Question 487
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?
Amazon FSx Multi-AZ deployments
Amazon Elastic Block Store (Amazon EBS) Multi-Attach volumes
Amazon Elastic File System (Amazon EFS) with multiple mount targets
Amazon Elastic File System (Amazon EFS) with a single mount target and multiple access points
ユーザの投票
コメント(3)
- 正解だと思う選択肢: C
Amazon EFS is a fully managed file system service that provides scalable, shared storage for Amazon EC2 instances. It supports the Network File System version 4 (NFSv4) protocol, which is a native protocol for Linux-based systems. EFS is designed to be highly available, durable, and scalable.
👍 5LONGMEN2023/05/18 - 正解だと思う選択肢: C
The other options are incorrect for the following reasons:
A. Amazon FSx Multi-AZ deployments Amazon FSx is a managed file system service that provides access to file systems that are hosted on Amazon EC2 instances. Amazon FSx does not support native protocols, such as NFS. B. Amazon Elastic Block Store (Amazon EBS) Multi-Attach volumes Amazon EBS is a block storage service that provides durable, block-level storage volumes for use with Amazon EC2 instances. Amazon EBS Multi-Attach volumes can be attached to multiple EC2 instances at the same time, but they cannot be mounted by multiple Linux instances through native protocols, such as NFS. D. Amazon Elastic File System (Amazon EFS) with a single mount target and multiple access points A single mount target can only be used to mount the file system on a single EC2 instance. Multiple access points are used to provide access to the file system from different VPCs.
👍 2Felix_br2023/06/04 i don't understand why not D?
👍 1boubie442023/05/24
シャッフルモード