Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Professional SAP-C02 All Questions

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

Exam AWS Certified Solutions Architect - Professional SAP-C02 topic 1 question 394 discussion

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?

  • 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 (?) , you can switch to a simple comment.
Switch to a voting comment New
J0n102
Highly Voted 11 months, 4 weeks ago
Selected Answer: 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.
upvoted 17 times
titi_r
7 months, 1 week ago
It's "B", not "D". "For workloads that require high throughput and IOPS, use Regional file systems configured with the General Purpose performance mode and Elastic throughput. Note: To achieve the maximum 250,000 read IOPS for frequently accessed data, the file system must use Elastic throughput. Note: Elastic throughput is available only for file systems that use the General Purpose performance mode. Max I/O mode is not supported for One Zone file systems or file systems that use Elastic throughput." - https://docs.aws.amazon.com/efs/latest/ug/performance.html
upvoted 1 times
mifune
6 months, 2 weeks ago
Yes, that's the reason the description is saying that the EC2 are spread in multiple AZs. It's option "D" the correct one
upvoted 2 times
...
...
...
pangchn
Highly Voted 8 months, 1 week ago
Selected Answer: D
D In contrast, Max I/O file systems are suitable for workloads such as data analytics, media processing, and machine learning. These workloads need to perform parallel operations from hundreds or even thousands of containers and require the highest possible aggregate throughput and IOPS 2 keywords matching the question, Throughput and Data analytic https://docs.aws.amazon.com/AmazonECS/latest/bestpracticesguide/storage-efs.html
upvoted 9 times
...
AzureDP900
Most Recent 1 week, 2 days ago
D is right
upvoted 1 times
...
0b43291
1 week, 5 days ago
Selected Answer: D
Option D is the correct answer because Amazon Elastic File System (Amazon EFS) with Max I/O performance mode meets all the requirements for the big data analytics cluster. EFS provides highly available, resilient, and POSIX-compatible file storage replicated across multiple Availability Zones. Max I/O mode offers high levels of throughput and IOPS required for high-performance workloads like big data analytics. By mounting the EFS file system on each EC2 instance in the cluster, all nodes can access the common file storage with read and write capabilities, enabling seamless collaboration and data sharing across the distributed cluster. Option B (Amazon EFS General Purpose performance mode): The General Purpose performance mode is suitable for most file system workloads but may not provide the high levels of throughput required for big data analytics workloads.
upvoted 1 times
...
Danm86
4 weeks, 1 day ago
B is the correct answer, Max I/O mode is the legacy version available, for best performance AWS recommends using default mode which is general purpose. https://docs.aws.amazon.com/efs/latest/ug/performance.html#performancemodes
upvoted 1 times
...
seetpt
6 months, 3 weeks ago
Selected Answer: D
D for me
upvoted 1 times
...
titi_r
7 months, 1 week ago
Selected Answer: B
B - correct.
upvoted 1 times
...
CMMC
8 months, 1 week ago
Selected Answer: D
for analytics workload
upvoted 2 times
...
yog927
8 months, 2 weeks ago
Selected Answer: D
D looks correct
upvoted 3 times
...
career360guru
8 months, 2 weeks ago
Selected Answer: D
Option D because of High Throughput requirement
upvoted 3 times
...
liquen14
8 months, 3 weeks ago
Selected Answer: B
from https://docs.aws.amazon.com/efs/latest/ug/performance.html#performancemodes: "Due to the higher per-operation latencies with Max I/O, we recommend using General Purpose performance mode for all file systems."
upvoted 2 times
...
cf9e355
9 months ago
Selected Answer: D
Performance ......'' In contrast, Max I/O file systems are suitable for workloads such as data analytics, media processing, and machine learning. "......... ref: https://docs.aws.amazon.com/AmazonECS/latest/bestpracticesguide/storage-efs.html
upvoted 3 times
...
marszalekm
9 months, 1 week ago
Selected Answer: B
IOPS is something different than throughput
upvoted 1 times
...
Exams22
10 months ago
Selected Answer: B
IOPS is not throughput... General Purpose performance mode has a higher throughput
upvoted 2 times
...
tmlong18
10 months, 2 weeks ago
Selected Answer: D
"Max I/O performance mode has higher per-operation latencies than General Purpose performance mode. For faster performance, we recommend always using General Purpose performance mode" No performance requirement but high I/O in the question.
upvoted 2 times
...
career360guru
10 months, 2 weeks ago
Selected Answer: D
Option D as Maximum Throughput is primary requirement here.
upvoted 3 times
...
Mosn
10 months, 3 weeks ago
Selected Answer: B
B seems more appropriate.
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 ...