AWS Certified Solutions Architect – Associate (SAA-C02) — Question 699

A company is building an application on Amazon EC2 instances. The application generates temporary transactional data. The application requires access to
Amazon Elastic Block Store (Amazon EBS) data storage that can provide configurable and consistent IOPS.
Which solution meets these requirements?

Answer options

Correct answer: C

Explanation

Provisioned IOPS SSD (io2) EBS volumes are specifically designed to deliver high-performance, consistent, and configurable IOPS for transactional workloads. HDD-based volumes like st1 and sc1 cannot be used as boot volumes and do not offer configurable IOPS. Amazon S3 is an object storage service and does not meet the requirement of providing low-latency block storage with consistent IOPS directly to the EC2 instances.