Governance Flashcards

1
Q

AWS Organizations

A
  • allow you to apply standards to multiple accounts
  • allow you to set up Service Control Policies
  • programmatic creation and destroying of AWS accounts
  • can combine and share reserved instances
  • can set up logging accounts
  • consolidated billing (the primary account pays the bill)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Logging accounts

A

an account whose sole purpose is to set up logs

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

Service Control Policies (SCPs)

A
  • applied to every single resource inside an account
  • can restrict access to the root account*
  • can override all other policies
  • they never give you permissions - they only take away permissions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How is “Allow” different in Organizations?

A

sets boundaries for which services a person can use

- if you want to use a service that’s not in the Allow list, you can’t

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

How can you ensure logs are centralized and no one can edit or delete them?

A

use Organizations and SCPs to restrict anyone from making changes to them

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

How can you set up a single account to hold all your logs?

A

Use Cloud Trail to point to the logging account that is set up in your Organization

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

Resource Access Manager

A

a free service that allows you to share access with other accounts

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

What does Resource Access Manager allow you to share?

A
  • transit gateways
  • VPC subnets
  • license manager
  • Route 53 resolver
  • Dedicated Hosts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

If you want to share resources in the same region what should you use?

A

RAM

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

If you want to share resources across regions what should you use?

A

VPC Peering

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

Why would you want to share resources?

A

you don’t have to duplicate architecture

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

What does Cross-Account Role Access do?

A

gives you the ability to set up temporary access you can easily control

  • on exam it is preferable to create cross-account roles rather than additional IAM users
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Steps to set up cross-account role access

A

1) update IAM role
2) apply policy
3) assume role

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

AWS Config

A

an free inventory management and control tool

  • for enforcing standards across accounts*
  • allows you to show the history of your infrastructure
  • allows you to create rules to make sure your architecture confirms to best practices you’ve laid out
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Benefits of Config

A

1) can query resources
2) can even see deleted infrastructure
3) rules to flag when something breaks a rule
4) can show history of who did what
5) can cross-reference a change in CloudTrail
6) can roll up results to a single region

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

Config for remediation

A
  • can manually or automatically rememdiate rule breaks

- uses an automation document or Lambda

17
Q

Active Directory & Directory Service

A

A fully-managed version of Active Directory

- allows you to run AD in AWS without heavy setup

18
Q

Managed Microsoft AD (flavor of AD)*

A

the entire AD suite

19
Q

AD Connector (flavor of AD)*

A

AD runs on-prem

- creates a tunnel between AWS and your On-Prem

20
Q

Simple AD

A

standalone directory powered by Linux Samba AD-compatible server

21
Q

Cost Explorer

A
  • visualize cloud costs
  • can be predictive and estimate upcoming costs
  • use tags to track spend
22
Q

What are ways to slice/dice data in Cost Explorer?

A
  • can use resource tags as a filter
  • can break down on a service-by-service basis
  • can break down by timeframe
23
Q

AWS Budgets

A

allows organizations to plan and set expectations and alerts when you are close to hitting your monthly allocation.

  • can alert you on current or projected spend
  • send alerts using SNS, email, etc.
  • can kick off actions when you hit a threshold.
24
Q

4 Budget types

A
  1. Cost budget
  2. Usage budget
  3. Reservation budget
  4. Savings Plan
25
Q

Trusted Advisor

A

a fully-managed AWS auditing solution

- free but you have to pay for a support plan to get the full benefit

26
Q

Examples of Trusted Advisor scenario

A
  • No MFA on the root account
  • public S3 buckets
  • open ports on security groups
27
Q

Things Trusted Advisor can do

A
  1. Cost Optimization
  2. Performance
  3. Security
  4. Fault Tolerance
  5. Service limits (set up alarms)
28
Q

What kind of alarms can Trusted Advisor do?

A

SNS or Email

29
Q

Trusted Advisor exam tips

A
  • Focus on answers that have an automation component
  • the most useful checks require Business or Enterprise support plan
  • trigger events with Lambda to fix things using Event Bridge (Cloud Watch Events)