Organizations Flashcards
What is AWS Organizations?
AWS Organizations helps you configure AWS services and share resources across accounts in your organization. For example, Organizations integrates with AWS Single Sign-on to enable you to easily provision access for all of your developers to accounts in your organization from a single place.
What type of accounts are present in an AWS Organization?
the master account, you can not change it and the remaining accounts are member account
How many AWS Organizations can a Member Account belong to?
Member accounts can only be part of one organization
What are some AWS organizations benefits?
Pricing from aggregated usage (volume discount for EC2, S3)
Consolidated Billing accross all accounts
API is available to automate account creation
What are Organizational Units?
You can use organizational units (OUs) to group accounts together to administer as a single unit.
OUs can contain other OUs as well.
What are Service Control Policies?
Service control policies (SCPs) are a type of organization policy that you can use to manage permissions in your organization. SCPs offer central control over the maximum available permissions for all accounts in your organization
What can you do with IAM using Organizations’ SCPs?
Whitelist or blacklist IAM actions
At what level can you apply Service Control Policies (SCP)?
at the OU or account level
To what you can’t apply a SCP?
to the master account
What is the default permissions in SCP?
SCP must have an explicit Allow (does not allow anything by default)
What is the precedence stablished for SCPs?
deny over authorize.
if you say OU X can’t read and you say an OU X account member can read, the result will be the account member can’r read
What are the steps to migrate accounts from one organization to another?
- Remove the member account from the old organization
- Send an invite to the new organization
- Accept the invite to the new organization from the
member account
What are the steps if you want the master account of the old organization to
also join the new organization?
- Migrate the member accounts from the organizations
- Delete the old organization
- Repeat the process above