AWS Certified Solutions Architect – Professional (SAP-C02) — Question 78

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.)

Answer options

Correct answer: C, E

Explanation

Choosing options C and E allows for efficient data processing and scalability. Amazon Kinesis Data Streams and AWS Lambda provide a scalable solution for data ingestion and processing, while switching to Amazon DynamoDB offers a highly available and automatically scalable database service, addressing write latency. The other options, while potentially beneficial, do not provide the same level of permanent resolution for the scaling issues faced.