Easy1 markMultiple Choice
AWS SAA-C03 · Question 21 · Domain 2.1: Scalable Architectures
A company is designing a web application that will run on Amazon EC2 instances behind an Application Load Balancer (ALB). The application experiences unpredictable traffic spikes. Which service should be used to automatically add or remove EC2 instances based on CPU utilization?
A company is designing a web application that will run on Amazon EC2 instances behind an Application Load Balancer (ALB). The application experiences unpredictable traffic spikes. Which service should be used to automatically add or remove EC2 instances based on CPU utilization?
Answer options:
A.
AWS Elastic Beanstalk
B.
Amazon EC2 Auto Scaling
C.
AWS Systems Manager
D.
Elastic Load Balancing
How to approach this question
Identify the service responsible for dynamically adjusting compute capacity.
Full Answer
B.Amazon EC2 Auto Scaling✓ Correct
Amazon EC2 Auto Scaling helps you maintain application availability and allows you to automatically add or remove EC2 instances according to conditions you define.
Common mistakes
Confusing the role of the Load Balancer (traffic distribution) with Auto Scaling (capacity management).
Practice the full AWS SAA-C03 Practice Exam 7
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team needs...MediumQ02An application runs on Amazon EC2 instances and needs to access an Amazon S3 bucket. What is the ...EasyQ03A company wants to implement federated access to the AWS Management Console for its employees usi...MediumQ04A company is building a mobile application that requires users to sign in using their social medi...EasyQ05A security team wants to enforce MFA for all IAM users before they can terminate EC2 instances. H...Medium
Expert