How to do it…

Perform the following steps to create a member account in your organization:

  1. Run the CLI tool command to create a new account with the appropriate values:
aws organizations create-account 
--email <[email protected]>
--account-name <member-account-name>
--query 'CreateAccountStatus.Id'
  1. This command will return a create-account-status request ID value that you can use to check the status:
aws organizations describe-create-account-status  
--create-account-request-id <your-create-account-status-id>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset