Bird
0
0

You try to launch a c5.large instance but receive an error about unsupported instance type in your region. What is the likely cause?

medium📝 Debug Q6 of 15
AWS - EC2 Fundamentals
You try to launch a c5.large instance but receive an error about unsupported instance type in your region. What is the likely cause?
AYou specified the instance type incorrectly as c5large
BThe c5.large instance is not available in that AWS region
CYour account is not authorized to launch any instances
DThe c5.large instance requires a GPU-enabled AMI
Step-by-Step Solution
Solution:
  1. Step 1: Understand regional availability

    Some instance types are not available in all AWS regions.
  2. Step 2: Check other options

    You specified the instance type incorrectly as c5large is a syntax error but would cause a different error; C is unrelated; D is false because c5.large is not GPU-based.
  3. Final Answer:

    The c5.large instance is not available in that AWS region -> Option B
  4. Quick Check:

    Instance availability depends on region [OK]
Quick Trick: Check instance availability per region first [OK]
Common Mistakes:
MISTAKES
  • Assuming all instances available everywhere
  • Confusing syntax errors with availability

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes