Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Design a system for a company with badge reader sensors sending access attempt messages over HTTPS. The system must process these messages, ensure high availability, and provide security team access to the results.
A
Use an Amazon EC2 instance as the HTTPS endpoint, processing messages and storing results in Amazon S3.
B
Establish an Amazon API Gateway HTTPS endpoint invoking an AWS Lambda function for message processing, with results in Amazon DynamoDB.
C
Employ Amazon Route 53 to route sensor messages to an AWS Lambda function, which processes messages and stores results in Amazon DynamoDB.
D
Set up a VPC endpoint for Amazon S3 with a Site-to-Site VPN for direct sensor data writing to S3 from the facility network.