AWS - Auto ScalingWhich of the following is the correct JSON snippet to set a cooldown period of 120 seconds in an AWS Auto Scaling policy?A{ \"CooldownSeconds\": 120 }B{ \"CooldownPeriod\": 120 }C{ \"CooldownTime\": 120 }D{ \"Cooldown\": 120 }Check Answer
Step-by-Step SolutionSolution:Step 1: Recall correct property nameThe correct property to set cooldown in AWS Auto Scaling policy JSON is 'Cooldown'.Step 2: Match correct JSON syntaxThe value is an integer representing seconds, so { "Cooldown": 120 } is correct.Final Answer:{ "Cooldown": 120 } -> Option DQuick Check:Cooldown property name = Cooldown [OK]Quick Trick: Use 'Cooldown' key exactly for cooldown period [OK]Common Mistakes:MISTAKESUsing incorrect property names like CooldownPeriodAdding extra words like Seconds or TimeWrong JSON syntax or quotes
Master "Auto Scaling" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes Auto Scaling - Why auto scaling matters - Quiz 14medium CloudWatch - CloudWatch Logs - Quiz 13medium DynamoDB - Time to live (TTL) for expiration - Quiz 3easy DynamoDB - Secondary indexes (GSI, LSI) - Quiz 14medium DynamoDB - Secondary indexes (GSI, LSI) - Quiz 12easy Elastic Load Balancing - Application Load Balancer (ALB) - Quiz 8hard RDS and Relational Databases - Parameter groups and option groups - Quiz 5medium RDS and Relational Databases - Why managed databases matter - Quiz 3easy SNS and SQS - SNS and SQS integration pattern (fan-out) - Quiz 13medium SNS and SQS - SNS and SQS integration pattern (fan-out) - Quiz 12easy