Difference between revisions of "Aws organizations create-account"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
== Examples == | == 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: | Official example: | ||
− | + | * <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, 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
- https://awscli.amazonaws.com/v2/documentation/api/latest/reference/organizations/create-account.html
Contents
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:
aws organizations create-account --email [email protected] --account-name "Production Account"
Related[edit]
aws organizations list-accounts
aws organizations close-account
AdministratorRole
- IAM role name, the management account can use this IAM role to access resources in the member account. Default to:
OrganizationAccountAccessRole
- 2FA
Activities[edit]
- Read https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html
- Configure MFA on AWS
See also[edit]
- AWS accounts, alias:
aws organizations [ describe-account | move-account | list-accounts | create-account | close-account | account-id | attach-policy
], AWS IAM Dashboard - AWS Organizations:
aws organizations
(describe-account | list-roots
|list-accounts | list-delegated-administrators | create-account | describe-organizations |
enable-all-features | enable-aws-service-access
) - AWS, AWS Management & Governance, AWS Organizations, AWS CloudTrail, AWS Control Tower, AWS Resource Access Manager (RAM), AWS Service Catalog, AWS Landing Zone, AWS SSO
Advertising: