exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 131 discussion

A company has a high-performance Windows workload. The workload requires a storage volume that provides consistent performance of 10,000 IOPS. The company does not want to pay for additional unneeded capacity to achieve this performance.

Which solution will meet these requirements with the LEAST cost?

  • A. Use a Provisioned IOPS SSD (io1) Amazon Elastic Block Store (Amazon EBS) volume that is configured with 10,000 provisioned IOPS.
  • B. Use a General Purpose SSD (gp3) Amazon Elastic Block Store (Amazon EBS) volume that is configured with 10,000 provisioned IOPS.
  • C. Use an Amazon Elastic File System (Amazon EFS) file system in Max I/O mode.
  • D. Use an Amazon FSx for Windows File Server file system that is configured with 10,000 IOPS.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
JamesF92
Highly Voted 1 year, 2 months ago
Selected Answer: B
Use the official AWS cost calculator to compare. B costs way less than A or D for 10,000 IOPS. https://calculator.aws/
upvoted 5 times
...
stoy123
Most Recent 8 months ago
Selected Answer: B
B bbbbb
upvoted 1 times
...
icecool36
8 months, 2 weeks ago
Selected Answer: B
Not D: They require a "storage volume" Fsx is not a storage volume. Not A: This is much more expensive than B NOT C: EFS is not for windows B: With gp3 volumes, customers can scale IOPS (input/output operations per second) and throughput without needing to provision additional block storage capacity.
upvoted 3 times
...
Rabbit117
9 months ago
Selected Answer: B
General Purpose SSD (gp3) volumes are the latest generation of General Purpose SSD volumes, and the lowest cost SSD volume offered by Amazon EBS. This volume type helps to provide the right balance of price and performance for most applications. It also helps you to scale volume performance independently of volume size. This means that you can provision the required performance without needing to provision additional block storage capacity. Additionally, gp3 volumes offer a 20 percent lower price per GiB than General Purpose SSD (gp2) volumes. gp3 volumes provide single-digit millisecond latency and 99.8 percent to 99.9 percent volume durability with an annual failure rate (AFR) no higher than 0.2 percent, which translates to a maximum of two volume failures per 1,000 running volumes over a one-year period. AWS designs gp3 volumes to deliver their provisioned performance 99 percent of the time.
upvoted 1 times
...
khaz123
9 months ago
Selected Answer: D
D with the description
upvoted 1 times
...
ordo
11 months, 3 weeks ago
B for sure
upvoted 1 times
...
jesusmoh
1 year ago
For me is A. Suitable for mission-critical workloads that require high performance and durability.
upvoted 1 times
Hatem08
11 months ago
but for least cost B makes better sense
upvoted 1 times
...
...
DocHolliday
1 year, 1 month ago
Selected Answer: D
EBS are only for EC2 instances. The question does NOT specify any workload on a windows EC2...only that its a Windows workload....So would it not be D? I feel like for the question to be relevant to EBS they would HAVE to specify that its an EC2 instance else we have no way of knowing thats an option. But we know that D is possible.
upvoted 3 times
TwinSpark
1 year ago
I agree even the fact they say the do not want to pay for any unused capacity. Anycase very tricky question...
upvoted 1 times
...
...
Christina666
1 year, 3 months ago
Selected Answer: B
gp3 is enough
upvoted 3 times
...
acethetest1000
1 year, 3 months ago
Guys, why not D? https://docs.aws.amazon.com/fsx/latest/WindowsGuide/performance.html#performance-details-fsxw The company doesn't want to pay for unused space, hence they need an elastic file system.
upvoted 2 times
Student013657
4 months, 3 weeks ago
Amazon EFS is not supported on Windows instances: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEFS.html
upvoted 1 times
...
...
Gomer
1 year, 6 months ago
Selected Answer: B
I'm no storage or math guru, but I did find links with formulas to calculate required minimum volume size to achieve 10,000 IOPS: 20 GiB for gp3 volume (10,000 IOPS / 500 IOPS per GiB = 20 GiB) and 200 GiB for io1 volume (10,000 IOPS / 50 = 200 GiB). https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/general-purpose.html https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/provisioned-iops.html If my math is wrong, correct me. However, since the question states that size matters, since 20 GiB is less than 200 GiB, I'd have to vote "B." gp3.
upvoted 3 times
...
csG13
1 year, 7 months ago
Selected Answer: B
B - gp3 provides a consistent IOPS baseline performance that is not linearly dependent on the amount of storage we provision. It provides an initial 3000 IOPS baseline regardless and any IOPS above it costs 0.005$. As an example, assuming a size of 1TB and 10000 IOPS using a gp3 volume the monthly cost would be ~165$. Using io1 the same would cost 825$. Evidently, the most cost effective solution is gp3.
upvoted 3 times
...
braveheart22
1 year, 8 months ago
This is a tricky one, but I'm inclined toward AAAA
upvoted 1 times
...
Gil80
1 year, 8 months ago
Selected Answer: A
A seems more suitable for the requirement
upvoted 1 times
...
noahsark
1 year, 8 months ago
Selected Answer: B
Max IOPS per volume - 16,000 https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html#vol-type-ssd
upvoted 3 times
...
Brokdar
1 year, 9 months ago
Selected Answer: A
Definitely A. gp3 does not offer consistent IOPS which is a requirement on the question. See below: General Purpose SSD volumes (gp2 and gp3) balance price and performance for a wide variety of transactional workloads. These volumes are ideal for use cases such as boot volumes, medium-size single instance databases, and development and test environments. Provisioned IOPS SSD volumes (io1 and io2) are designed to meet the needs of I/O-intensive workloads that are sensitive to storage performance and consistency. They provide a consistent IOPS rate that you specify when you create the volume.
upvoted 2 times
...
skywalker
1 year, 9 months ago
Selected Answer: B
gp3 allow Max IOPS/Volume: 16,000 https://aws.amazon.com/ebs/volume-types/
upvoted 2 times
jipark
1 year, 2 months ago
exactly !! 0~1600 is covered by General
upvoted 1 times
...
jesusmoh
1 year ago
you need to pay to upgrade "Can scale up to 16,000 IOPS and 1,000 MiBps for an additional fee"
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago