Management & Governance Flashcards

1
Q

Account Management Services

A
  • AWS Control Tower
  • AWS Organizations
  • AWS Budgets
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Set up and govern a secure multi-account AWS environment

A

AWS Control Tower

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

Centrally govern and manage your environments across multiple AWS accounts

A

AWS Organizations

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

Improve your planning and cost control

A

AWS Budgets

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

Provisioning Services

A
  • AWS CloudFormation
  • AWS Service Catalog
  • AWS OpsWorks
  • AWS Marketplace
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Model and provision all your resources via code

A

AWS CloudFormation

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

Create, organize, and govern your own curated catalog of AWS products

A

AWS Service Catalog

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

Automate operations with Chef and Puppet

A

AWS OpsWorks

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

Find, test, buy, and deploy software that runs on AWS

A

AWS Marketplace

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

Operation Services

A
  • Amazon Cloudwatch
  • AWS Config
  • AWS CloudTrail
  • AWS Systems Manager
  • Amazon X-ray
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Observe your services via metrics and logging

A

Amazon CloudWatch

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

Record and evaluate configurations of AWS resources

A

AWS Config

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

Track all user activity across your AWS accounts

A

AWS CloudTrail

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

Optimize performance and security while managing a large amount of systems

A

AWS Systems Manager

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

Analyze and debug production applications

A

Amazon X-ray

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

CloudFormation

A

AWS Service that allows you to create infrastructure (EC2, VPC, etc.) using code templates (JSON, YML)

  • Full version control history of infrastructure in a text file (git)
17
Q

Benefits of CloudFormation

A
  • Automation: DevOps engineer to automate the creation of infrastructure
  • Scale: Spin up same infrastructure in a new region using template
18
Q

Amazon CloudWatch

A
  • Collect metrics from services
  • Integrates with 70+ AWS services
  • Lots of pre-defined metrics
19
Q

Autoscaling

A

Create Auto-scaling group with:
- minimum size
- desired capacity
- scale out as needed
- maximum size

20
Q

Load Balancer

A
  • distribute connections to/from servers as they turn on/off