Bird
0
0

Given this auto scaling policy: scale out when CPU > 70%, scale in when CPU < 30%. If CPU usage is 75%, what happens?

medium📝 service behavior Q13 of 15
AWS - Auto Scaling
Given this auto scaling policy: scale out when CPU > 70%, scale in when CPU < 30%. If CPU usage is 75%, what happens?
AThe number of servers increases.
BThe number of servers decreases.
CNo change in server count.
DThe servers are replaced.
Step-by-Step Solution
Solution:
  1. Step 1: Analyze the scale out condition

    The policy says to add servers when CPU usage is above 70%. CPU is 75%, so condition is met.
  2. Step 2: Determine action

    Since CPU is high, auto scaling will increase server count to handle load.
  3. Final Answer:

    The number of servers increases. -> Option A
  4. Quick Check:

    CPU > 70% triggers scale out = increase servers [OK]
Quick Trick: High CPU triggers scale out (add servers) [OK]
Common Mistakes:
  • Confusing scale out with scale in
  • Thinking servers are replaced automatically
  • Assuming no change on high CPU

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes