AWS Organizations Flashcards

1
Q

Why using AWS Organizations?

A

Don’t create resources into the paying account (root)
Central-consolidated billing;
Service control policies (SCP): what services are available;
Tag policies: standardize on all tagged resources across the organization;

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

How Organization can be broken down?

A

Into Organization Units such as Finance, Development, etc. Each OU can have multiple accounts such as development, staging, and production

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

How to allow cross account S3 access?

A

Create a role with the account B as trusted entity. The role will generate a link that can be shared to automatically fill the account ID and role name. The accessing account will be restricted to the role given permissions

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

What are the three ways to share S3 buckets across accounts?

A

Bucket Policies & IAM: programmatic access only
Bucket ACL & IAM: programmatic access only
Cross-account IAM Roles: both programmatic and console access

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