Cloud Monitoring Flashcards

1
Q

What is Amazon CloudWatch Metrics?

A

CloudWatch provides metrics for every service in AWS
Metric is a variable to monitor (CPU utilization etc…)

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

What CloudWatch Metrics are there for EC2?

A

CPU Utilization, Status Checks, Network

Those can be updated every 5 or 1 minute ($ / $$$)

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

What CloudWatch Metrics are there for EBS volumes?

A

Disk read/writes

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

What CloudWatch Metrics are there for S3?

A

Size, No of Objects, AllRequests

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

What CloudWatch Metrics are there for Billing?

A

Estimated Charge

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

What are Cloudwatch Alarms?

A

Used to trigger notifications for any metric?
e.g
Auto Scaling - change in the no of desired EC2 instances
EC2 Actions - stop / terminate / reboot / recover
SNS Notifications - send a notification to SNS topic

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

What type of Alarm is available only in us-east-1

A

Billing, as billing data is available only in us-east-1

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

What are CloudWatch Logs?

A

Collects and store Logs from multiple services like:
Elastic Beanstalk - logs from applications
ECS - logs from containers
AWS Lambda - function logs
CloudTrail - based on filter
CloudWatch log agents or
Route 53 - DNS Queries

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

How to activate Cloudwatch logs?

A

For EC2 we have to install cloudwatch on the instance
For some serverless application it’s default like in Lambda

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

What is Amazon EventBridge?

A

It’s a bridge between a trigger and a receiver.

1) Schedule -> Serverless cronjob. E.g start script on Lambda
2) EventPattern -> rules to react a service doing something (like user logging in with root user) then do an SNS

It can be added to external SaaS Partners or own applications

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

What is AWS CloudTrail?

A

Provides governnance, compliance and audit.
All user activities, API Call, events from SDK, CLI, Console or IAM will be logged

Those logs can be put to S3 or Cloudwatch Logs
It is enabled by default. Takes around 5 mins to appear

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

What is AWS CloudTrail Insights

A

Provides an automated analysis of our CloudTrail Events

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

What is AWS X-Ray?

A

It enables an analysis of the microservice architecture.
Find Errors, Pinpoint service issues, Troubleshooting performance

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

What is CodeGuru?

A
  1. Reviewer: ML-powered for automated code-reviews and application performance recomendations with static code analysis.
  2. Profiler: Detect and optimizes expensive lines-of-code pre-prod and identifies performance and costs in prod.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is AWS Health Dashboard?

A

Shows all regions and all services in real time as well as the historical info for each day.
AWS Account Health Dashboard will provide proactive alerts and remediation guidance for when events may impact you.

It can aggregate data for entire AWS Organization

It can be integrated with EventBridge.

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