CSOA-A Domain 1 - Monitoring, Logging, Remediation (20%) Flashcards

1
Q

What are the two levels of metrics we can monitor for in CloudWatch?

A
  • System Metrics
  • Application Metrics
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Cloudwatch Unified Agent? How do you set it up?

A
  • Something you install on your EC2 instance to collect system-level metrics
  • You use the “config wizard” to set up your configuration file
  • Then you run the agent and load that config file
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are two categories of AWS CloudWatch metrics

A
  • Default, built-in
  • Custom, gathered by an agent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Is EC2 Memory Utilization a Default or Custom Metric?

A
  • It is a CUSTOM Metric
  • You’d need to install an agent and report that to cloud watch
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is CloudWatch Logs used for?

A
  • Monitor store and access log files from a variety of sources
  • Allows you to query logs for potential issues
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is CloudWatch Logs Insights used for?

A

Allows you you to query your logs with a SQL like query

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

Is cloudwatch Logs real time?

A
  • No. for real-time, you;d need to look at AWS Kenisis
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What allows me to use SQL-like queries on logs?

A

Cloudwatch Logs Insights

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

What is the default intervals for Standard Metrics? and Custom Metrics?

A
  • Standard
    • 5 min
    • 1 min (Up-charge)
  • Custom
    • 1 min
    • 1 Sec (Up-charge)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is AWS Config used for?

A
  • Allows you to assess, audit, evaluate configurations of tour AWS resources.
  • Used for enterprise compliance monitoring.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. What is a period?
  2. What is the default period value?
A
  • A period is the length of time associated with a specific Amazon CloudWatch statistic.
  • 60 Seconds
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the new name for Amazon Cloudwatch Events, and what is it used for?

A
  • Amazon Event Bridge
  • EventBridge receives events indicating something changed in your AWS environment, then applies a rule to route that event to a target such as Lambda.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are some of the default metrics in an EC2 instance you can monitor with CloudWatch

A

CPU Utulization

Disk Reads/Writes

Network Packets In/Out

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

What is the command to install the cloudwatch agent

A

sudo yum install amazon-cloudwatch-agent -y

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

What does Cloud Trail track

A

it’s an audit log of activities in your instance

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

How long are Cloud Trail Logs kept?

A

90 days (can be more)

17
Q

Are Cloud Trails Encrypted?

A

Yes

18
Q

What’s AWS Config for

A

Monitoring the configuration of AWS assets.

19
Q

What 3 things can AWS Config do?

A
  1. Monitoring configuration against the desired state
  2. Automatic remediation
  3. Notifications