Bird
0
0

You want to save costs by stopping an EC2 instance but keep its data intact. Which storage type must the instance use to ensure data persists after stopping?

hard📝 Application Q8 of 15
AWS - EC2 Fundamentals
You want to save costs by stopping an EC2 instance but keep its data intact. Which storage type must the instance use to ensure data persists after stopping?
AInstance store
BEBS-backed storage
CS3 bucket
DEphemeral storage
Step-by-Step Solution
Solution:
  1. Step 1: Understand storage types and persistence

    EBS volumes persist data independently of instance state; instance store does not.
  2. Step 2: Identify storage that keeps data after stop

    EBS-backed instances keep data after stopping; instance store loses data.
  3. Final Answer:

    EBS-backed storage -> Option B
  4. Quick Check:

    EBS = persistent storage after stop [OK]
Quick Trick: Use EBS to keep data when stopping instances [OK]
Common Mistakes:
  • Choosing instance store which is ephemeral
  • Confusing S3 with instance storage
  • Thinking ephemeral storage persists

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes