Bird
0
0

Given a launch template with AMI ami-12345678 and instance type t2.micro, what instance type will be launched if you specify version 1 without overrides?

medium📝 service behavior Q4 of 15
AWS - Auto Scaling
Given a launch template with AMI ami-12345678 and instance type t2.micro, what instance type will be launched if you specify version 1 without overrides?
At3.micro
Bt2.micro
Cm5.large
DNo instance will launch
Step-by-Step Solution
Solution:
  1. Step 1: Understand launch template version usage

    When launching with a specific version and no overrides, the instance uses the configuration stored in that version.
  2. Step 2: Identify instance type in version 1

    Version 1 specifies instance type t2.micro, so that will be used.
  3. Final Answer:

    t2.micro -> Option B
  4. Quick Check:

    Launch uses version config if no overrides = A [OK]
Quick Trick: Without overrides, launch uses template version settings [OK]
Common Mistakes:
  • Assuming default instance type changes without override
  • Confusing version numbers with instance types
  • Thinking launch fails without overrides

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes