AWS - Auto ScalingWhich of the following is the correct JSON snippet to enable Predictive Scaling in an AWS Auto Scaling policy?A{\"PredictiveScalingConfiguration\": {\"Enabled\": true}}B{\"ScalingPolicyType\": \"Predictive\", \"Enabled\": false}C{\"AutoScaling\": {\"Predictive\": \"yes\"}}D{\"PredictiveScaling\": true, \"PolicyType\": \"Manual\"}Check Answer
Step-by-Step SolutionSolution:Step 1: Review AWS Predictive Scaling config formatThe correct key is "PredictiveScalingConfiguration" with an "Enabled" boolean.Step 2: Validate JSON syntax and values{\"PredictiveScalingConfiguration\": {\"Enabled\": true}} correctly sets "Enabled" to true with proper JSON syntax.Final Answer:{"PredictiveScalingConfiguration": {"Enabled": true}} -> Option AQuick Check:Correct JSON key and value for enabling Predictive Scaling [OK]Quick Trick: Look for exact keys and boolean true to enable Predictive Scaling [OK]Common Mistakes:Using incorrect keys like 'PredictiveScaling'Setting Enabled to false or 'yes' stringMixing policy types incorrectly
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 3easy AWS Lambda - Creating a Lambda function - Quiz 7medium AWS Lambda - Why serverless matters - Quiz 8hard Auto Scaling - Cooldown periods - Quiz 7medium CloudWatch - Default vs custom metrics - Quiz 13medium CloudWatch - Alarm actions (SNS, Auto Scaling) - Quiz 8hard CloudWatch - Alarm actions (SNS, Auto Scaling) - Quiz 14medium Elastic Load Balancing - Listener rules and routing - Quiz 1easy RDS and Relational Databases - Parameter groups and option groups - Quiz 5medium SNS and SQS - Why messaging services matter - Quiz 1easy