Cloud Monitoring Flashcards

1
Q

What is Amazon CloudWatch Metrics?

A

Provides metrics for every service in AWS

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

What is a CloudWatch dashboard of metrics?

A

So you can see metrics of many services at once

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

Do metrics in Amazon CloudWatch have timestamps?

A

Yes

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

What is Amazon CloudWatch Alarms?

A

Used to trigger actions for any metric

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

What are some alarms actions for Amazon CloudWatch?

A

Auto Scaling, EC2 Actions (stop, terminate, reboot, recover), SNS notifications

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

What is Amazon CloudWatch Logs?

A

Let’s you see logs from services in real time and can hold logs for a period of time

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

What is Amazon CloudWatch Events?

A
  1. Schedule : cron jobs (scheduled scripts)
  2. Event Pattern: Event rules to react to a service doing something
  3. Trigger Lambda functions, send SQS/SNS messages
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Amazon EventBridge?

A

The next evolution of CloudWatch Events.

  1. Default event bus (cloud watch events)
  2. Partner event bus (receive events from SaaS service/applications)
  3. Custom event bus (for your own applications)
  4. Schema Registry (model event schema)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is AWS CloudTrail?

A

Provides governance, compliance, and audit for you AWS account. Get a history of events / API calls made within your AWS account.

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

Is AWS CloudTrail enabled by default?

A

Yes

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

If a resource is deleted in AWS where should you first investigate?

A

AWS CloudTrail

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

What are the CloudTrail Events?

A
  1. Management Events: operations performed on resources in your AWS account
  2. Data events: such as GetObject and DeleteObject in S3
  3. Insights: enable to detect unusual activity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is AWS X-Ray?

A

Visual analysis of applications

  1. Troubleshoot performance (bottlenecks)
  2. Understand dependencies in micro-service architecture
  3. Pinpoint service issues
  4. Review request behavior
  5. Find errors and exceptions
  6. Etc.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Amazon CodeGuru?

A

A ML-powered service for automated code reviews and application performance recommendations

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

What are the two functionalities of Amazon CodeGuru?

A
  1. CodeGuru Reviewer: automated code reviews for static code analysis (development)
  2. CodeGuru Profiler: visibility/recommendations about application performance during runtime (production)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is AWS Status - Service Health Dashboard?

A

Shows all regions, all services health

17
Q

What is AWS Personal Health Dashboard?

A

Provides alerts and remediation guidance when AWS is experiencing events that may impact you. Shows relevant and timely information. Proactively lets you know about scheduled things so you can plan

18
Q

Which CloudWatch feature would you use to trigger notifications when a metric reaches a threshold you specify?

  1. CloudWatch Events
  2. CloudWatch Logs
  3. CloudWatch Alarms
  4. CloudWatch Triggers
A

CloudWatch Alarms

19
Q

Which AWS service helps developers analyze and debug production as well as distributed applications?

  1. CloudWatch
  2. X-Ray
  3. Service Health Dashboard
  4. CloudTrail
A

X-Ray

20
Q

Which AWS service provides alerts and remediation guidance when AWS is experiencing events that may impact you?

  1. Service Health Dashboard
  2. CloudWatch
  3. Personal Health Dashboard
  4. CloudTrail
A

Personal Health Dashboard

21
Q

You need to setup metrics monitoring for every service in AWS. Which service would you use?

  1. CloudTrail
  2. X-Ray
  3. CloudWatch
  4. Personal Health Dashboard
A

CloudWatch

22
Q

Which cloud monitoring feature can you use to detect unusual activity in your account such as inaccurate resource provisioning or hitting service limits?

  1. CloudWatch Metrics
  2. CloudWatch Logs
  3. CloudTrail Insights
  4. X-ray
A

CloudTrail Insights

23
Q

Which service allows you to inspect, audit, and record events and API calls made within your AWS account?

  1. X-Ray
  2. CloudWatch
  3. CloudTrail
A

CloudTrail

24
Q

How would you describe Amazon CloudWatch Logs?

  1. A single, highly scalable service that centralizes the logs from all your systems, applications, and AWS services that you use
  2. A service that provides a real-time stream of system events that describe changes in AWS resources
  3. A service that enables governance, compliance, operational auditing, and risk auditing of your AWS account
  4. A service that lets you run code without provisioning or managing servers
A

A single, highly scalable service that centralizes the logs from all your systems, applications, and AWS services that you use

25
Q

If a resource is deleted in AWS, which service should you use to investigate first?

  1. CloudTrail
  2. CloudWatch Logs
  3. Personal Health Dashboard
A

CloudTrail