Organizations Flashcards

1
Q

What is AWS Organizations?

A

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.

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

What type of accounts are present in an AWS Organization?

A

the master account, you can not change it and the remaining accounts are member account

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

How many AWS Organizations can a Member Account belong to?

A

Member accounts can only be part of one organization

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

What are some AWS organizations benefits?

A

Pricing from aggregated usage (volume discount for EC2, S3)
Consolidated Billing accross all accounts
API is available to automate account creation

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

What are Organizational Units?

A

You can use organizational units (OUs) to group accounts together to administer as a single unit.
OUs can contain other OUs as well.

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

What are Service Control Policies?

A

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

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

What can you do with IAM using Organizations’ SCPs?

A

Whitelist or blacklist IAM actions

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

At what level can you apply Service Control Policies (SCP)?

A

at the OU or account level

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

To what you can’t apply a SCP?

A

to the master account

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

What is the default permissions in SCP?

A

SCP must have an explicit Allow (does not allow anything by default)

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

What is the precedence stablished for SCPs?

A

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

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

What are the steps to migrate accounts from one organization to another?

A
  1. Remove the member account from the old organization
  2. Send an invite to the new organization
  3. Accept the invite to the new organization from the
    member account
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the steps if you want the master account of the old organization to
also join the new organization?

A
  1. Migrate the member accounts from the organizations
  2. Delete the old organization
  3. Repeat the process above
How well did you know this?
1
Not at all
2
3
4
5
Perfectly