AWS Certified Solutions Architect – Associate (SAA-C03) — Question 247

A company collects data from thousands of remote devices by using a RESTful web services application that runs on an Amazon EC2 instance. The EC2 instance receives the raw data, transforms the raw data, and stores all the data in an Amazon S3 bucket. The number of remote devices will increase into the millions soon. The company needs a highly scalable solution that minimizes operational overhead.

Which combination of steps should a solutions architect take to meet these requirements? (Choose two.)

Answer options

Correct answer: A, E

Explanation

The correct answers, A and E, provide a scalable and efficient way to process and store large volumes of data. AWS Glue allows for serverless data processing directly in S3, while using Amazon API Gateway and Kinesis ensures that incoming data is handled efficiently and automatically scales to meet demand. Options B and C do not effectively address scalability and increase operational overhead, while option D introduces additional complexity without optimizing for scalability.