Bird
0
0

You want to launch multiple identical servers quickly using an AMI. Which steps should you follow?

hard📝 Best Practice Q15 of 15
AWS - EC2 Fundamentals
You want to launch multiple identical servers quickly using an AMI. Which steps should you follow?
ACreate an AMI from a configured instance, then launch new instances using that AMI
BLaunch new instances, then manually configure each one separately
CCreate snapshots of volumes, then attach them to new instances
DUse AWS Lambda to copy instance settings to new servers
Step-by-Step Solution
Solution:
  1. Step 1: Understand how to reuse server setups

    Creating an AMI from a configured instance saves its setup for reuse.
  2. Step 2: Use the AMI to launch new instances

    Launching new servers from the AMI ensures they have the same software and settings quickly.
  3. Final Answer:

    Create an AMI from a configured instance, then launch new instances using that AMI -> Option A
  4. Quick Check:

    AMI enables fast identical server launches [OK]
Quick Trick: Create AMI first, then launch servers from it [OK]
Common Mistakes:
MISTAKES
  • Configuring each server manually
  • Using snapshots instead of AMIs for full setup
  • Thinking AWS Lambda copies server setups

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes