LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Solutions Architect - Professional

AWS Certified Solutions Architect - Professional

Get started today

Ultimate access to all questions.


A company runs an IoT platform on AWS. IoT sensors in various locations send data to the company's Node.js API servers on Amazon EC2 instances running behind an Application Load Balancer. The data is stored in an Amazon RDS MySQL DB instance that uses a 4 TB General Purpose SSD volume. The number of sensors the company has deployed in the field has increased over time, and is expected to grow significantly. The API servers are consistently overloaded and RDS metrics show high write latency. Which of the following steps together will resolve the issues permanently and enable growth as new sensors are provisioned, while keeping this platform cost-efficient? (Choose two.)

Exam-Like




Explanation:

A.Resize to 6TB will change the IOPS performance from 12288 to 16000, but 16000 will be the maximum IO a general pupose ssd (gp2) can get to. Therefore, this will not solve the issue permanently. B.Theoretically Aurora should not have IOPS issue, however it still have maximum size limit of 64TB C.A stream is good fit for data processing like this D.Dynamo has no maximum data size limit, which is a good fit for this

Powered ByGPT-5