Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
As a solutions architect designing a scalable, stateless application on AWS, which architecture ensures job durability, parallel processing, and dynamic node scaling based on workload?
A
Utilize Amazon SNS for job distribution, an AMI with the processor app, a launch configuration, and Auto Scaling with CPU-based scaling policies.
B
Employ Amazon SQS for job queuing, an AMI with the processor app, a launch configuration, and Auto Scaling with network usage-based scaling policies.
C
Adopt Amazon SQS for durable job storage, an AMI with the processor app, a launch template, and Auto Scaling policies reacting to the SQS queue's item count.
D
Leverage Amazon SNS for message-based job dispatch, an AMI with the processor app, a launch template, and Auto Scaling policies tied to SNS message volume.