org

Organizations

GeneralAWS
General

General information about the service.

Description

AWS Organizations helps you centrally govern multiple AWS accounts.

Service Namespace

AWS::Organizations::Account

ARN Pattern

arn:aws:organizations::{account}:account/o-{org-id}/{account-id}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

org-

Length

1-50

Valid Characters

Letters, numbers, hyphens, underscores

Scope

global

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_organizations_organization" "main" {
2 feature_set = "ALL"
3}
Utilities

Utilities to support app deployment or configuration.