AWS - Architecture Best PracticesA user configures an Auto Scaling policy but notices no new instances launch during high traffic. What is the most likely cause?ACloudFront is caching old dataBThe Auto Scaling group has no minimum sizeCThe EC2 instances are stopped manuallyDThe scaling policy threshold is set too highCheck Answer
Step-by-Step SolutionSolution:Step 1: Analyze scaling policy thresholdsIf thresholds are too high, scaling triggers won't activate during traffic spikes.Step 2: Check other optionsMinimum size affects initial instances but not scaling triggers; stopped instances don't auto scale; CloudFront caching unrelated.Final Answer:The scaling policy threshold is set too high -> Option DQuick Check:High threshold blocks scaling = The scaling policy threshold is set too high [OK]Quick Trick: Check scaling thresholds if no instances launch [OK]Common Mistakes:Ignoring threshold settingsConfusing minimum size with scaling triggersBlaming unrelated services
Master "Architecture Best Practices" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes Architecture Best Practices - Disaster recovery strategies (backup, pilot light, warm standby) - Quiz 5medium Architecture Best Practices - Cost optimization pillar - Quiz 6medium CloudFormation - Stack drift detection - Quiz 5medium CloudFormation - Resources section - Quiz 8hard Cost Optimization - Budgets and cost anomaly detection - Quiz 13medium Cost Optimization - S3 storage class optimization - Quiz 1easy ECS and Fargate - ECR for container image registry - Quiz 6medium ECS and Fargate - Why container services matter on AWS - Quiz 14medium Route 53 - Failover routing for disaster recovery - Quiz 12easy Route 53 - Domain registration - Quiz 4medium