AWS - Auto ScalingWhich JSON key is required to specify the metric for a target tracking scaling policy in AWS Auto Scaling?A"PredefinedMetricSpecification"B"ScalingAdjustment"C"StepAdjustments"D"TargetValue"Check Answer
Step-by-Step SolutionSolution:Step 1: Identify metric specification keyTarget tracking policies use "PredefinedMetricSpecification" or "CustomizedMetricSpecification" to define the metric.Step 2: Differentiate from other keys"TargetValue" sets the target number, "StepAdjustments" and "ScalingAdjustment" are for step and simple policies.Final Answer:"PredefinedMetricSpecification" -> Option AQuick Check:Metric key for target tracking = PredefinedMetricSpecification [OK]Quick Trick: Metric key in target tracking is PredefinedMetricSpecification [OK]Common Mistakes:Using StepAdjustments for target trackingConfusing TargetValue with metric key
Master "Auto Scaling" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes AWS Lambda - Event triggers for Lambda - Quiz 8hard Auto Scaling - Minimum, maximum, and desired capacity - Quiz 10hard Auto Scaling - Auto Scaling with ELB integration - Quiz 9hard DynamoDB - Secondary indexes (GSI, LSI) - Quiz 11easy Elastic Load Balancing - Target groups concept - Quiz 7medium Elastic Load Balancing - Cross-zone load balancing - Quiz 15hard Elastic Load Balancing - ALB vs NLB decision - Quiz 11easy RDS and Relational Databases - Why managed databases matter - Quiz 9hard SNS and SQS - Dead letter queues - Quiz 12easy SNS and SQS - Sending and receiving messages - Quiz 4medium