Bird
0
0

You run this AWS CLI command:

medium📝 service behavior Q13 of 15
AWS - EC2 Fundamentals
You run this AWS CLI command:
aws ec2 create-image --instance-id i-0abc123def456 --name TestImage
What will be the immediate result?
AAn AMI creation request is started; image becomes available after processing
BThe instance is stopped and then an AMI is created
CA new AMI is created and available instantly
DThe command fails because instance ID is invalid
Step-by-Step Solution
Solution:
  1. Step 1: Understand the behavior of create-image command

    The command starts the AMI creation process but the image is not instantly ready.
  2. Step 2: Identify the correct immediate result

    The AMI creation runs in background; the image becomes available after some time.
  3. Final Answer:

    An AMI creation request is started; image becomes available after processing -> Option A
  4. Quick Check:

    AMI creation is asynchronous [OK]
Quick Trick: AMI creation takes time; not instant [OK]
Common Mistakes:
  • Assuming AMI is ready immediately
  • Thinking instance stops automatically
  • Believing command fails without error

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes