AWS - Auto ScalingGiven 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.Check Answer
Step-by-Step SolutionSolution:Step 1: Analyze the scale out conditionThe policy says to add servers when CPU usage is above 70%. CPU is 75%, so condition is met.Step 2: Determine actionSince CPU is high, auto scaling will increase server count to handle load.Final Answer:The number of servers increases. -> Option AQuick 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 inThinking servers are replaced automaticallyAssuming no change on high CPU
Master "Auto Scaling" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - API keys and usage plans - Quiz 15hard API Gateway - API keys and usage plans - Quiz 3easy AWS Lambda - Event triggers for Lambda - Quiz 9hard CloudWatch - CloudWatch metrics - Quiz 2easy DynamoDB - Creating a DynamoDB table - Quiz 14medium Elastic Load Balancing - Listener rules and routing - Quiz 1easy Elastic Load Balancing - Target groups concept - Quiz 8hard Elastic Load Balancing - Why load balancing matters - Quiz 13medium RDS and Relational Databases - Parameter groups and option groups - Quiz 11easy RDS and Relational Databases - RDS pricing considerations - Quiz 11easy