A solutions architect is migrating a high-frequency transactional database to an Amazon EC2 instance. The database requires a single storage volume that can deliver at least IOPS and throughput with sub-millisecond latency. The database also requires volume durability to prevent data loss.
Which actions should the solutions architect take to meet these requirements? (Select TWO.)
- Provision an Amazon EBS `io2` volume.Answer
- Attach the volume to a supported Nitro-based EC2 instance type.Answer
- CProvision an Amazon EBS `gp3` volume configured with IOPS.
- DProvision an Amazon EBS `io1` volume configured with IOPS.
- EAttach the volume to a burstable EC2 instance type such as `t3.xlarge`.
Answer
Provision an Amazon EBS `io2` volume and attach the volume to a supported Nitro-based EC2 instance type.
To achieve IOPS and throughput with sub-millisecond latency and durability, the storage must utilize Amazon EBS `io2` volumes on EBS Block Express. This requires provisioning an `io2` volume and attaching it to a supported Nitro-based EC2 instance, which automatically enables the Block Express architecture.
Step-by-Step Solution
Key Concept
Amazon EBS Block Express capabilities and volume type limits
Estimated Time:2m 30s