AWS Certified Developer - Associate

AWS Certified Developer - Associate

Get started today

Ultimate access to all questions.


A pharmaceutical company relies on Amazon Web Services (AWS) to handle their demanding database workloads, specifically utilizing Provisioned IOPS SSD (io1) volumes due to their high-performance needs.

As a Developer Associate, which of the following options would you identify as an INVALID configuration for io1 Elastic Block Store (EBS) volume types?




Explanation:

200 GiB size volume with 15000 IOPS - This is an invalid configuration. The maximum ratio of provisioned IOPS to requested volume size (in GiB) is 50:1. So, for a 200 GiB volume size, max IOPS possible is 200*50 = 10000 IOPS.