Bird
0
0

Which of the following is the correct way to create a new AWS account under an AWS Organization using the AWS CLI?

easy📝 Syntax Q3 of 15
AWS - Account and Billing
Which of the following is the correct way to create a new AWS account under an AWS Organization using the AWS CLI?
Aaws organizations create-account --email user@example.com --account-name TestAccount
Baws iam create-account --email user@example.com --account-name TestAccount
Caws ec2 create-account --email user@example.com --account-name TestAccount
Daws s3 create-account --email user@example.com --account-name TestAccount
Step-by-Step Solution
Solution:
  1. Step 1: Identify the correct AWS service for account creation

    AWS Organizations service manages accounts, so the command must use 'organizations'.
  2. Step 2: Confirm the correct CLI syntax

    The command 'aws organizations create-account' with email and account name is correct.
  3. Final Answer:

    aws organizations create-account --email user@example.com --account-name TestAccount -> Option A
  4. Quick Check:

    Account creation CLI = aws organizations create-account [OK]
Quick Trick: Use 'aws organizations' for account management commands [OK]
Common Mistakes:
MISTAKES
  • Using IAM, EC2, or S3 commands for account creation
  • Incorrect command syntax
  • Confusing service names

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes