Difference between revisions of "Aws organizations create-account"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
== Examples ==
 
== Examples ==
* <code>aws organizations create-account --email [email protected] --account-name "New_Test_Account"</code>
+
aws organizations create-account --email [email protected] --account-name "New_Test_Account"
 +
{
 +
    "CreateAccountStatus": {
 +
        "Id": "car-13121313123213123124134112",
 +
        "AccountName": "New_Test_Account",
 +
        "State": "IN_PROGRESS",
 +
        "RequestedTimestamp": "2024-02-20T16:35:42.944000+01:00"
 +
    }
 +
}
  
 
Official example:
 
Official example:
aws organizations create-account --email [email protected] --account-name "Production Account"
+
* <code>[[aws organizations]] create-account --email [email protected] --account-name "Production Account"</code>
  
 
== Related ==
 
== Related ==
Line 13: Line 21:
 
* <code>[[aws organizations close-account]]</code>
 
* <code>[[aws organizations close-account]]</code>
 
* <code>[[AdministratorRole]]</code>
 
* <code>[[AdministratorRole]]</code>
* [[IAM role name]]
+
* [[IAM role]] name, the [[management account]] can use this IAM role to access resources in the member account. Default to: <code>[[OrganizationAccountAccessRole]]</code>
 +
* [[2FA]]
  
 
== Activities ==
 
== Activities ==
 
* Read https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html
 
* Read https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html
 +
* [[Configure MFA on AWS]]
  
 
== See also ==
 
== See also ==

Latest revision as of 15:36, 20 February 2024

aws organizations create-account

Examples[edit]

aws organizations create-account --email [email protected] --account-name "New_Test_Account"
{
   "CreateAccountStatus": {
       "Id": "car-13121313123213123124134112",
       "AccountName": "New_Test_Account",
       "State": "IN_PROGRESS",
       "RequestedTimestamp": "2024-02-20T16:35:42.944000+01:00"
   }
}

Official example:

Related[edit]

Activities[edit]

See also[edit]

Advertising: