Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which AWS architecture design meets the requirements for a scalable, loosely coupled, stateless processor application with durable job storage and dynamic node scaling based on job volume?
A
Utilize Amazon SNS for job distribution, an AMI with the application, a launch configuration, and Auto Scaling adjusted for CPU usage.
B
Employ Amazon SQS for job queuing, an AMI with the application, a launch configuration, and Auto Scaling adjusted for network usage.
C
Adopt Amazon SQS for durable job storage, an AMI with the application, a launch template, and Auto Scaling that responds to the SQS queue item count.
D
Leverage Amazon SNS for message-based job dispatch, an AMI with the application, a launch template, and Auto Scaling triggered by SNS message volume.