SAA-C03 · Question #9
A company is planning to deploy its application on an Amazon Aurora PostgreSQL Serverless v2 cluster. The application will receive large amounts of traffic. The company wants to optimize the storage…
The correct answer is D. Configure the cluster to use the Aurora l/O-Optimized storage configuration. Aurora I/O-Optimized: This storage configuration is designed to provide consistent high performance for Aurora databases. It automatically scales IOPS as the workload increases, without needing to provision IOPS separately. Cost-Effectiveness: With Aurora I/O-Optimized, you…
Question
A company is planning to deploy its application on an Amazon Aurora PostgreSQL Serverless v2 cluster. The application will receive large amounts of traffic. The company wants to optimize the storage performance of the cluster as the load on the application increases Which solution will meet these requirements MOST cost-effectively?
Options
- AConfigure the cluster to use the Aurora Standard storage configuration.
- BConfigure the cluster storage type as Provisioned IOPS.
- CConfigure the cluster storage type as General Purpose.
- DConfigure the cluster to use the Aurora l/O-Optimized storage configuration.
How the community answered
(28 responses)- A7% (2)
- B14% (4)
- C4% (1)
- D75% (21)
Explanation
Aurora I/O-Optimized: This storage configuration is designed to provide consistent high performance for Aurora databases. It automatically scales IOPS as the workload increases, without needing to provision IOPS separately. Cost-Effectiveness: With Aurora I/O-Optimized, you only pay for the storage and I/O you use, making it a cost-effective solution for applications with varying and unpredictable I/O demands. During the creation of the Aurora PostgreSQL Serverless v2 cluster, select the I/O-Optimized storage configuration. The storage system will automatically handle scaling and performance optimization based on the application load. Operational Efficiency: This configuration reduces the need for manual tuning and ensures optimal performance without additional administrative overhead.
Community Discussion
No community discussion yet for this question.