A company runs an SAP HANA database on an EC2 instance with a 2 TB EBS gp3 volume. The instance type is r5.8xlarge. To improve disk performance for high-throughput write operations, the SAP administrator wants to increase IOPS. Which TWO actions should the administrator take to achieve the required IOPS? (Choose two.)
gp3 allows independent IOPS provisioning.
Why this answer
Option A (increase volume size) is correct because gp3 volumes have a baseline IOPS-to-GiB ratio of 3 IOPS/GiB; increasing size increases baseline IOPS. Option E (modify IOPS) is correct because gp3 allows provisioning up to 16,000 IOPS independently of size. Option B is wrong because switching to st1 is for throughput-optimized workloads, not for high IOPS.
Option C is wrong because EBS optimization is enabled by default on r5 instances. Option D is wrong because Nitro T2 credits are not related to EBS performance.