AWS - Auto ScalingYou want to create a launch template that supports multiple instance types for a fleet. How can you achieve this?AUse a single instance type and change it after launchBSpecify multiple instance types directly in one launch template versionCCreate a launch template with a default instance type, then override instance types in Auto Scaling groupDCreate separate launch templates for each instance type and launch manuallyCheck Answer
Step-by-Step SolutionSolution:Step 1: Understand launch template limitationsA launch template version supports only one instance type at a time.Step 2: Use Auto Scaling group overridesYou can specify multiple instance types in an Auto Scaling group override while using a launch template with a default instance type.Final Answer:Create a launch template with a default instance type, then override instance types in Auto Scaling group -> Option CQuick Check:Use overrides in Auto Scaling for multiple instance types = D [OK]Quick Trick: Use Auto Scaling overrides for multiple instance types with one template [OK]Common Mistakes:Trying to specify multiple instance types in one template versionManually launching separate templates instead of automationChanging instance type after launch instead of at launch
Master "Auto Scaling" in AWS9 interactive learning modes - each teaches the same concept differentlyLearnWhyDeepVisualTryChallengeProjectRecallTime
More AWS Quizzes API Gateway - API deployment and stages - Quiz 2easy AWS Lambda - Lambda function concept - Quiz 2easy Auto Scaling - Why auto scaling matters - Quiz 1easy CloudWatch - Log groups and log streams - Quiz 14medium DynamoDB - Time to live (TTL) for expiration - Quiz 4medium DynamoDB - Tables, items, and attributes - Quiz 12easy Elastic Load Balancing - SSL/TLS termination - Quiz 1easy Elastic Load Balancing - Health checks configuration - Quiz 5medium Elastic Load Balancing - ALB vs NLB decision - Quiz 6medium SNS and SQS - SNS topics and subscriptions - Quiz 3easy