Contents:
Table of Contents |
---|
About AWS Organizations
AWS Organizations is a Policy-based management for multiple AWS accounts. AWS Organizations offers policy-based management for multiple AWS accounts. With Organizations, you can create groups of accounts, automate account creation, apply and manage policies for those groups. Organizations enables you to centrally manage policies across multiple accounts, without requiring custom scripts and manual processes.
Using AWS Organizations, you can create Service Control Policies (SCPs) that centrally control AWS service use across multiple AWS accounts. You can also use Organizations to help automate the creation of new accounts through APIs. Organizations helps simplify the billing for multiple accounts by enabling you to setup a single payment method for all the accounts in your organization through consolidated billing. AWS Organizations is available to all AWS customers at no additional charge.
More information can be found here
Benefits Of Using AWS Organizations In CloudAware
No need to manually add every AWS account
Automate on-boarding of your AWS Accounts into CloudAware
Ability to see which AWS Organization Accounts exist but are not in CloudAware CMDB as AWS Accounts.
Requirements
- CloudAware AWS Organization Master account has been added to CloudAware CMDB.
- CloudAware has the following IAM permission on AWS Organization Master Account:
Code Block |
---|
organizations:DescribeOrganization organizations:ListRoots organizations:ListOrganizationalUnitsForParent organizations:ListAccountsForParent |
Overview Checklist
- Ensure AWS Organization Master Account has a green status indicator in the Admin Panel.
- Deploy CloudAware CloudFormation template to all AWS Organization Accounts
- Request auto-adding of all AWS Organization Accounts to CloudAware CMDB
- AWS Organization Accounts are now visible as AWS Account objects.
...
If you need instructions on how to download template and execute CloudFormation Stack, click here.
Adding multiple AWS accounts with CloudFormation StackSets
...