AWS Certified SysOps Administrator – Associate (legacy) — Question 230

You are tasked with setting up a cluster of EC2 Instances for a NoSQL database. The database requires random read I/O disk performance up to a 100,000 IOPS at 4KB block side per node.
Which of the following EC2 instances will perform the best for this workload?

Answer options

Correct answer: C

Explanation

The High I/O Quadruple Extra Large (hi1.4xlarge) instance is specifically designed for high random I/O performance, making it the best choice for a NoSQL database requiring up to 100,000 IOPS. The other options either use EBS volumes that may not provide the necessary IOPS or are optimized for different workloads, such as GPU processing or compute-intensive tasks, which are less suitable for this scenario.