Medium1 markMultiple Choice
AWS SAA-C03 · Question 22 · Domain 2.1: Scalable Architectures
An application runs on Amazon EC2 instances in an Auto Scaling group. The application experiences unpredictable traffic spikes. The solutions architect wants to ensure that the average CPU utilization of the instances stays around 50%. Which scaling policy should be used?
An application runs on Amazon EC2 instances in an Auto Scaling group. The application experiences unpredictable traffic spikes. The solutions architect wants to ensure that the average CPU utilization of the instances stays around 50%. Which scaling policy should be used?
Answer options:
A.
Simple scaling policy
B.
Step scaling policy
C.
Target tracking scaling policy
D.
Scheduled scaling policy
How to approach this question
When a specific metric value (like '50% CPU') needs to be maintained, Target Tracking is the correct answer.
Full Answer
C.Target tracking scaling policy✓ Correct
Target tracking scaling policy
With target tracking scaling policies, you select a scaling metric and set a target value. Amazon EC2 Auto Scaling creates and manages the CloudWatch alarms that trigger the scaling policy and calculates the scaling adjustment based on the metric and the target value.
Common mistakes
Choosing Simple or Step scaling, which require more manual configuration and don't automatically target a specific metric value.
Practice the full AWS SAA-C03 Practice Exam 1
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 wants...MediumQ02A solutions architect is designing an application that will run on Amazon EC2 instances. The appl...EasyQ03A company wants to implement a federated identity solution for its employees to access the AWS Ma...MediumQ04A mobile application needs to access Amazon DynamoDB directly to read user-specific data. The app...HardQ05A company is hosting a web application on Amazon EC2 instances. The application connects to an Am...Medium
Expert