AWS - Auto ScalingWhat does the Desired Capacity setting in an Auto Scaling group control?AThe number of instances the group tries to maintainBThe maximum number of instances allowedCThe minimum number of instances allowedDThe cooldown period between scaling actionsCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand Desired Capacity meaningDesired Capacity is the target number of instances the Auto Scaling group tries to keep running.Step 2: Compare with other size settingsMinimum size is the lowest number allowed, maximum size is the highest allowed, cooldown is unrelated to instance count.Final Answer:Desired Capacity controls the number of instances the group tries to maintain -> Option AQuick Check:Desired Capacity = Target instance count [OK]Quick Trick: Desired Capacity = target instances running [OK]Common Mistakes:MISTAKESConfusing Desired Capacity with MinSize or MaxSizeThinking cooldown affects instance countMixing minimum and desired capacity
Master "Auto Scaling" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Lambda - Lambda concurrency and throttling - Quiz 12easy AWS Lambda - Why serverless matters - Quiz 13medium AWS Lambda - Creating a Lambda function - Quiz 6medium Auto Scaling - Launch templates - Quiz 6medium CloudWatch - Alarm actions (SNS, Auto Scaling) - Quiz 2easy DynamoDB - Partition key and sort key - Quiz 12easy DynamoDB - Secondary indexes (GSI, LSI) - Quiz 8hard Elastic Load Balancing - Target groups concept - Quiz 5medium RDS and Relational Databases - Why managed databases matter - Quiz 15hard RDS and Relational Databases - RDS pricing considerations - Quiz 6medium