What benefits does AWS Organizations provide?
Consolidation of AWS billing (including using a single payment method).
Consolidation of reservations and volume discounts.
Service Control Policies
What is a Management Account?
A Management Account is the account that you use to create the organization. From the organization’s management account, you can do the following:
The management account has the responsibilities of a payer account and is responsible for paying all charges that are accrued by the member accounts. You can’t change an organization’s management account.
What do you call an AWS account that joins an Organization?
A Member Account.
What can be contained in the Organization Root?
Organizational Units (OU) or AWS accounts (both the Management Account and Member Accounts).
What are the two ways to add an AWS account to an Organization?
By inviting an existing AWS account to join the Organization or by creating a new AWS account directly within the Organization.
What does Role Switching do?
It allows a user to assume the role of another user within an Organization through the console GUI.
What are Service Controls Policies (SCP)?
They establish permissions for a Member AWS account within an Organization. This has the effect of limiting what the root user of that account can do because the SCP limits the entire account. SCPs do not grant permission to identities within the account, they simply limit what the account as a whole can do.
Is the Management Account impacted by Service Control Policies?
No.