What should a solutions architect do to improve the application performance?
Replace the volume with a magnetic volume.
Increase the number of IOPS on the gp3 volume.
Replace the volume with a Provisioned IOPS SSD (io2) volume.
Replace the 2,000 GB volume with two 1,000 GB gp3 volumes.
Explanations:
Magnetic volumes are outdated and unsuitable for performance-sensitive applications. They offer much lower IOPS compared to SSD options, which will not resolve the issue.
gp3 volumes come with baseline IOPS, but increasing IOPS directly may not be as effective as switching to a volume type that supports higher, more consistent IOPS.
Provisioned IOPS SSD (io2) volumes provide high, consistent IOPS (up to 64,000 IOPS), which is ideal for workloads with high read/write demand. This improves database performance.
Splitting into two 1,000 GB gp3 volumes will not address the underlying issue, as it does not increase the maximum IOPS per volume. The IOPS limit would still be the same.