Topic 1 Question 394
Accompany is deploying a new cluster for big data analytics on AWS. The cluster will run across many Linux Amazon EC2 instances that are spread across multiple Availability Zones.
All of the nodes in the cluster must have read and write access to common underlying file storage. The file storage must be highly available, must be resilient, must be compatible with the Portable Operating System Interface (POSIX), and must accommodate high levels of throughput.
Which storage solution will meet these requirements?
Provision an AWS Storage Gateway file gateway NFS file share that is attached to an Amazon S3 bucket. Mount the NFS file share on each EC2 instance in the cluster.
Provision a new Amazon Elastic File System (Amazon EFS) file system that uses General Purpose performance mode. Mount the EFS file system on each EC2 instance in the cluster.
Provision a new Amazon Elastic Block Store (Amazon EBS) volume that uses the io2 volume type. Attach the EBS volume to all of the EC2 instances in the cluster.
Provision a new Amazon Elastic File System (Amazon EFS) file system that uses Max I/O performance mode. Mount the EFS file system on each EC2 instance in the cluster.
ユーザの投票
コメント(17)
- 正解だと思う選択肢: B
Max/IO is legacy, and you should always use General Purpose performance mode for faster performance.
👍 4tfl2023/11/28 - 正解だと思う選択肢: D
- General purpose performance mode (default) Ideal for latency-sensitive use cases.
- Max I/O mode Can scale to higher levels of aggregate throughput and operations per second with a tradeoff of slightly higher latencies for file operations.
👍 4J0n1022023/12/03 - 正解だと思う選択肢: D
Answer D. High levels of throughput - Max I/O. If the ask was reduced latency, then General Purpose would have sufficed.
👍 2shaaam802023/11/29
シャッフルモード