Multiple Choice
A DevOps Engineer uses Docker container technology to build an image-analysis application. The application often sees spikes in traffic. The Engineer must automatically scale the application in response to customer demand while maintaining cost effectiveness and minimizing any impact on availability. What will allow the FASTEST response to spikes in traffic while fulfilling the other requirements?
A) Create an Amazon ECS cluster with the container instances in an Auto Scaling group. Configure the ECS service to use Service Auto Scaling. Set up Amazon CloudWatch alarms to scale the ECS service and cluster.
B) Deploy containers on an AWS Elastic Beanstalk Multicontainer Docker environment. Configure Elastic Beanstalk to automatically scale the environment based on Amazon CloudWatch metrics.
C) Create an Amazon ECS cluster using Spot instances. Configure the ECS service to use Service Auto Scaling. Set up Amazon CloudWatch alarms to scale the ECS service and cluster.
D) Deploy containers on Amazon EC2 instances. Deploy a container scheduler to schedule containers onto EC2 instances. Configure EC2 Auto Scaling for EC2 instances based on available Amazon CloudWatch metrics.
Correct Answer:

Verified
Correct Answer:
Verified
Q293: A company wants to migrate its content
Q294: What are the bare minimum requirements for
Q295: Which is the proper syntax for referencing
Q296: Which of the following is an invalid
Q297: A DevOps engineer is building a centralized
Q299: A DevOps engineer notices that all Amazon
Q300: A publishing company used AWS Elastic Beanstalk,
Q301: A company is using Docker containers for
Q302: A company is implementing a well-architected design
Q303: When deploying to a Docker swarm, which