Difference between revisions of "Aws organizations create-account"

From wikieduonline
Jump to navigation Jump to search
 
(21 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
<code>[[aws organizations]] create-account</code>
 +
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/organizations/create-account.html
  
{{aws organizations}}
+
== Examples ==
 +
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:
 +
* <code>[[aws organizations]] create-account --email [email protected] --account-name "Production Account"</code>
 +
 
 +
== Related ==
 +
* <code>[[aws organizations list-accounts]]</code>
 +
* <code>[[aws organizations close-account]]</code>
 +
* <code>[[AdministratorRole]]</code>
 +
* [[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 ==
 +
* Read https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html
 +
* [[Configure MFA on AWS]]
 +
 
 +
== See also ==
 +
* {{AWS accounts}}
 +
* {{aws organizations}}
 +
* {{AWS Governance}}
 +
 
 +
[[Category:AWS]]

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: