A company hosts a database on a single Amazon EC2 instance. The database requires a GiB storage volume that must deliver a consistent performance of IOPS and MiB/s throughput. Which TWO actions should a solutions architect take to meet these performance requirements at the lowest cost?
- Use an Amazon EBS General Purpose SSD (gp3) volume.Answer
- Provision the required IOPS and MiB/s throughput settings directly on the volume.Answer
- CUse an Amazon EBS General Purpose SSD (gp2) volume.
- DUse an Amazon EBS Provisioned IOPS SSD (io2) volume.
- EUse an Amazon Elastic File System (Amazon EFS) file system with Provisioned Throughput.
Answer
Use an Amazon EBS General Purpose SSD (gp3) volume and provision the required IOPS and MiB/s throughput settings directly on the volume.
The correct options are to use an Amazon EBS General Purpose SSD (gp3) volume and to provision the required IOPS and MiB/s throughput settings directly on the volume. Amazon EBS gp3 volumes allow customers to provision storage capacity, IOPS, and throughput independently. This is ideal for workloads like databases that need high IOPS and throughput but have a small data footprint, providing the lowest cost solution.
Step-by-Step Solution
Key Concept
Amazon EBS gp3 volumes support independent scaling of storage capacity, IOPS, and throughput, allowing cost-effective tuning of workloads.