Let's quickly go through some of the other useful AWS CLI subcommands for AWS Organizations:
- create-gov-cloud-account can be used to create accounts in the AWS GovCloud (US) region if we are authorized to do so.
- invite-account-to-organization sends an invitation to another account to join our organization.
- remove-account-from-organization removes an account from the organization.
- create-organization creates an AWS Organization, while delete-organization deletes an AWS Organization.
- leave-organization removes an account from its parent organization.
- create-organizational-unit creates an OU, while delete-organizational-unit deletes an OU. To delete an OU, we must remove all accounts and child OUs.
- update-organizational-unit ...