A company is deploying a database application on a single Amazon EC2 instance. The database requires a dedicated block storage volume with of capacity and a guaranteed performance of . The performance must be provisioned independently of the volume size. Which AWS storage solution is the most cost-effective option that meets these requirements?
- An Amazon EBS gp3 volumeAnswer
- BAn Amazon EFS file system
- CAn Amazon S3 Standard-IA bucket
- DAn Amazon S3 Glacier Flexible Retrieval vault
Answer
An Amazon EBS gp3 volume is the most cost-effective block storage option that meets the requirements.
The correct answer is the option specifying an Amazon EBS gp3 volume. Amazon EBS gp3 is a General Purpose SSD volume type that allows customers to provision IOPS (up to ) and throughput (up to ) independently of the volume size. This provides a cost-effective solution for database workloads that require high IOPS () with a relatively small storage capacity (), avoiding the need to over-provision storage size (as required by gp2) or pay for expensive provisioned IOPS volumes (io2).
Step-by-Step Solution
Key Concept
Provisioning independent IOPS and throughput on SSD-backed Amazon EBS volumes (gp3) for database workloads.