AWS Certified Solutions Architect – Associate (SAA-C02) — Question 442

A company's facility has badge readers at every entrance throughout the building. When badges are scanned, the readers send a message over HTTPS to indicate who attempted to access that particular entrance.
A solutions architect must design a system to process these messages from the sensors. The solution must be highly available, and the results must be made available for the company's security team to analyze.
Which system architecture should the solutions architect recommend?

Answer options

Correct answer: B

Explanation

Amazon API Gateway combined with AWS Lambda and Amazon DynamoDB provides a fully managed, serverless, and highly available architecture that automatically scales to handle incoming HTTPS requests from the badge readers. Option A is not highly available because it relies on a single EC2 instance, while Option C is incorrect because Route 53 cannot directly trigger a Lambda function from an HTTPS request without an intermediary like API Gateway. Option D is incorrect because it does not provide an HTTPS endpoint for message ingestion and lacks a processing layer before storage.