Section 5: AWS Organizations Flashcards

1
Q

AWS Organizations

A
  • collect, organize, and manage multiple AWS accounts.
  • useful to create AWS accounts (enables to create one organization for many AWS accounts).
  • ability to have a single bill called consolidated billing.
  • manage accounts and provide governance across AWS accounts.
  • includes root account and organizational units (OU).
  • Can create accounts programmatically using the Organizations API.
  • Can also use AWS SSO using an on-premises directory (e.g. Active Directory).
  • Enablememr if CloudTrail in a management account and apply to members (centralized control of setting up API auditing, useful for compliance).

Lesson 77, 78 (last 3 bullets)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Service Control Policies (SCPs)

A
  • JSON policies to control the permissions available in an account.
  • Controls tagging and what API actions are allowed in given account (can control the maximum available permissions within the account).
  • SCPs are inherited by children OUs (e.g. SCP for parent Dev OU is inherited by child Prod OU).
  • SCPs do not grant ANY permissions, they control the AVAILABLE permissions.
  • SCPs cannot affect the root user in the management account.

EXAM CRAM
- Manage the maximum available permissions.
- Must have All Features enabled in Organization.
- Can be applied to accounts or OUs.
- Policies can be applied at different points in the hierarchy .
- SCPs affect only IAM Users and Roles - NOT resource policies.
- SCPs affect the root account in member accounts.
- SCPs do not affect any action performed by the management account.
- Deny list strategy:
(1) Uses the FullAWSAccess SCP.
(2) Attached to every OU and account.
(3) Overrides the implicit deny.
(4) Explicitly allows all permissions to flow down from the root.
(5) Create additional SCPs to explicitly deny permissions.
- Allow list strategy:
(1) FullAWSAccess is removed.
(2) No APIs are permitted anywhere unless you explicitly allow them.
(3) Create SCPs to allow permissions.
(4) SCPs must be attached to target account and every OU above it including root.

Lesson 78 (2nd bullet) and 80 (top bullet and 3 and 4 bullets) and 82 (last bullet, last 15 seconds) and 84 (very bottom bullets)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Main (Management/Master/Root) Account

A

Called the managememt account. Top of the hierarchy and connect other accounts to it by creating an organization in that Main/Management/Master/Root account.

Lesson 78

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

AWS Organziation Feature Sets - Two(2)

A
  • **Consolidated Billing
  • All Features

Also good for volume pricing discounts.

Lesson 78

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Consolidated Billing feature (1 of 2)

A

Ability to have a single bill in the main account (called the management account).

Lesson 78

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

All features (2 of 2)

A

Additional features:
- Consolidated billing.
- Service Control Policy.
- Tag Policies.

Lesson 78

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Root account

A

Create organization and connect in other accounts.

Lesson 78

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Organizational Units (OUs)

A

Type of organizational container to group accounts. And can apply Service Control Policy and Tag Policy.

Lesson 78

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Policies (SCP and Tagging)

A

Applied to root accounts and OUs.

Lesson 78

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Consolidated Billing

A

Paying Account - independent and cannot access resources of other accounts.
Linked Accounts - all linked accounts are independent (essentially members within the organization).

  • Single payment method for all the AWS accounts in the Organization.
  • Combined view of charges incurred by all your accounts.
  • Pricing benefits from aggregated usage.
  • Limit of 20 linked accounts for consolidated billing (default).
  • Can help with cost control through volume discounts.
  • Unused reserve instances are applied across the group.
  • Paying accounts should be used for billing purposes only.

Lesson 78 (top) and 84 (bullets below)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

AWS Control Tower

A
  • An extension to AWS Organizations.
  • Sits over the top of AWS Organizations and provides additional control.
  • Create a Landing Zone, which is a well-architected multi-account baseline.
  • As part of the Landing Zone, the AWS Control Tower will setup a series of OUs and accounts (Security, Sandbox, Production).
  • Security OU = Audit and Log Archive accounts.
  • Sandbox OU = empty by default, but can create e.g. DevTest account.
  • Production OU - also empty by default, but can create e.g. Prod account.
  • Integrates with AWS SSO. Directory source can be SSO, SAML 2.0 IdP or Microsoft AD.
  • Creates a series of Preventive Guardrails to disallow API actions using SCPs (similar to managed policies within IAM; managed SCPs).
  • Creates Detective Guardrails to detect configuration violations. Used for governance and compliance (implemented using AWS Lambda functions and AWS Config rules).
  • The root user in the management account can perform actions that guardrails would disallow.

Lesson 82

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

AWS Organizations - Migration

A
  • Accounts can be migrated between organizations.
  • You must have root or IAM access to both the member and management accounts.
  • Use the AWS Organizations console if it’s just a few accounts.
  • Or use the API or AWS CLI if there are many accounts to migrate.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly