Monitoring Flashcards

1
Q

Is CPU Utilization a Cloudwatch Default Metric?

A

Yes

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

Is Network Throughput a Cloudwatch Default Metric

A

Yes

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

Is Memory Utilization a Cloudwatch Default Metric

A

No, you must install cloudwatch agent on box and report to cloudwatch

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

Is EBS Storage Capacity a Cloudwatch Default Metric?

A

No, you must install cloudwatch agent on box and report to cloudwatch

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

EC2 Actions that can be taken through Cloudwatch when Alarm reaches an certain state

A

Stop Instance
Terminate Instance
Reboot Instance

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

How to use SQL-like queries across multiple Cloudwatch Log Groups

A

Cloudwatch Log Insights

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

Does anything need to be installed/setup prior to being able to send cloudwatch logs?

A

Yes, must install cloudwatch agent

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

Where to store logs that don’t need to be processed?

A

S3

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

How to alert a developer that there are issues that follow a certain pattern that are showing up in the logs

A

Use a Cloudwatch Filter that is connected to a Cloudwatch Alarm

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

Fully managed AWS service that allows us to visualize logs. And has extensive data plugin support

A

Amazon Grafana

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

Services that Amazon Managed Grafana can integrate with

A

Amazon Cloudwatch
Amazon Managed Prometheus
Amazon Opensearch Service
Amazon Timestream
AWS XRay

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

Fully managed AWS service that helps visualize container metrics and has great plugins for IoT.

A

Amazon Managed Grafana

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

How to monitor EKS metrics at scale

A

Amazon Managed Prometheus

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

AWS Service that helps give insights on you applications by sending trace data

A

AWS X-Ray

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

AWS X-Ray Segment

A

Data containing resource name, request details, and other info on you app

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

AWS X-Ray SubSegments

A

Segments that contain more granular timing info and details

17
Q

AWS X-Ray Traces

A

Contain Trace ID that help track paths of requests and traces collect all segments of request

18
Q

AWS X-Ray Tracing Header

A

Contains the HTTP header (X-Amzn-Trace-Id) containing sampling decisions and trace Id

19
Q

What do you need installed to allow for AWS X-Ray to send traces?

A

X-Ray Dameon
UDP Port 2000 (must be open)
AWS X-Ray Sdk

20
Q

Where you can run X-Ray Dameon

A

EC2, (dameon)
ECS,
Lambda, (toggle on/off)
Beanstalk
API Gateway
SNS
SQS

21
Q

What service should I use for:

request insights

viewing response time of downstream resources

HTTP response analysis

A

AWS X-Ray