Bird
0
0

Which AWS CLI command is used to launch a new EC2 instance?

easy📝 Configuration Q12 of 15
AWS - EC2 Fundamentals
Which AWS CLI command is used to launch a new EC2 instance?
Aaws ec2 run-instances
Baws ec2 start-instance
Caws ec2 create-instance
Daws ec2 deploy-instance
Step-by-Step Solution
Solution:
  1. Step 1: Recall AWS CLI commands for EC2

    The correct command to launch EC2 instances is 'run-instances'.
  2. Step 2: Eliminate incorrect commands

    Commands like 'create-instance', 'start-instance', and 'deploy-instance' do not exist or are incorrect.
  3. Final Answer:

    aws ec2 run-instances -> Option A
  4. Quick Check:

    Launch EC2 = run-instances command [OK]
Quick Trick: Remember 'run-instances' to start EC2 instances [OK]
Common Mistakes:
MISTAKES
  • Using 'create-instance' which is invalid
  • Confusing 'start-instance' with launching
  • Assuming 'deploy-instance' is a valid command

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes