1.3 Implement performance optimization strategies for compute, storage, and database resources.
1.Which of the following are valid Amazon EBS volume types specifically designed for high-performance, IOPS-intensive workloads such as large relational or NoSQL databases?(Select 2)
- A.General Purpose SSD (gp3)
- B.Throughput Optimized HDD (st1)
- C.Cold HDD (sc1)
- D.Provisioned IOPS SSD (io2)
- E.EBS Magnetic (standard)
Show answer & explanation
Correct answers: A, D — General Purpose SSD (gp3); Provisioned IOPS SSD (io2)
- A. Correct. General Purpose SSD (gp3) volumes are designed to provide a balance of price and performance for a wide variety of transactional workloads. Users can provision performance (IOPS and throughput) independently of storage capacity, making them a flexible and high-performance choice suitable for IOPS-intensive workloads, including many relational and NoSQL databases.
- B. Incorrect. Throughput Optimized HDD (st1) volumes are low-cost magnetic storage designed for frequently accessed, throughput-intensive workloads with large datasets and large I/O sizes, such as big data, data warehouses, and log processing. They are optimized for throughput (MiB/s), not IOPS.
- C. Incorrect. Cold HDD (sc1) volumes provide the lowest-cost magnetic storage and are designed for less frequently accessed workloads. They are not suitable for high-performance or IOPS-intensive database workloads due to their low performance characteristics.
- D. Correct. Provisioned IOPS SSD (io2) volumes are the highest-performance EBS SSD volumes, specifically engineered for critical, I/O-intensive workloads like large relational or NoSQL databases that require sustained, low-latency performance. They offer high durability and consistent, provisioned IOPS.
- E. Incorrect. EBS Magnetic (standard) volumes are a previous-generation HDD-based volume type. They offer the lowest performance and are not intended for new deployments, especially those requiring high performance or IOPS-intensive capabilities.