exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 1012 discussion

A company 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?

  • A. 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.
  • B. 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.
  • C. 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.
  • D. 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.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
SkyZeroZx
1 year, 11 months ago
Selected Answer: D
POSIX == Performance then D
upvoted 1 times
...
Sudeepshiv
2 years ago
Selected Answer: D
High level of Throughput
upvoted 1 times
...
SIX
2 years ago
Selected Answer: D
D is the correct answer
upvoted 1 times
...
mo1311990
2 years, 1 month ago
its "D" keyword high level of throughput
upvoted 4 times
...
Kende
2 years, 5 months ago
"D" is the one. Max I/O mode: It's best suited for parallelized workloads, such as big data analysis.
upvoted 3 times
...
ggrodskiy
2 years, 6 months ago
D 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 'high levels of throughput' - Max I/O performance mode
upvoted 3 times
...
pixepe
2 years, 6 months ago
B When many instances needs POSIX volume, it's EFS when latency sensitiveness is criteria, it's General Purpose Performance Mode From AWs, Amazon EFS offers two performance modes, General Purpose and Max I/O: General Purpose mode supports up to 35,000 IOPS and has the lowest per-operation latency. File systems with EFS One Zone storage classes always use General Purpose performance mode. For file systems with EFS Standard storage classes, you can use either the default General Purpose performance mode or the Max I/O performance mode. Max I/O mode supports 500,000+ IOPS and has higher per-operation latencies when compared to General Purpose mode. https://docs.aws.amazon.com/efs/latest/ug/performance.html
upvoted 2 times
pixepe
2 years, 6 months ago
My bad, and can't edit answer. Question does NOT ask to reduce latency, It is asking 'high levels of throughput' which corresponds to answer D. "Max I/O performance mode scales to higher levels of aggregate throughput and operations per second with the tradeoff of higher latencies." - AWS FAQ on EFS
upvoted 4 times
...
...
Heer
2 years, 6 months ago
Right option B 1)Highly available and compatible with POSIX is NFS 2)General performance provides both read and write access . If the ask would have been to prove the highest read and write then option D would have been the right option
upvoted 1 times
...
ggrodskiy
2 years, 6 months ago
B correct. https://docs.aws.amazon.com/efs/latest/ug/creating-using.html
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...