Monitoring, Logging, and Notification Services Flashcards

1
Q

What is CloudWatch?

A

CloudWatch monitors your AWS resources, and the applications you run in AWS, in real time.

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

What is CloudWatch used for?

A
  1. To collect and track metrics
  2. Use CloudWatch alarms to send notifications or automatically make changes to your monitored AWS resources, based on rules that you define.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the benefits of using CloudWatch?

A
  1. Monitor metrics for almost all of your AWS resources
  2. Create and monitor custom metrics
  3. Create custom dashboards for easy viewing of metrics
  4. Monitor and store logs
  5. Set alarms and events (and trigger actions based on them)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is CloudTrail?

A

Service that enables governance, compliance, operational auditing, and risk auditing of your AWS account.

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

What does CloudTrail do?

A

Provides event history of your AWS account activity, including actions taken through the AWS management console, SDK’s, command line tools, and other AWS services.

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

What is SNS?

A

Simple Notification Service: Web service that coordinates and manages the delivery or sending of messages to subscribing endpoints or clients.

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

What are the two client types (and what are they) in SNS?

A
  1. Publishers (AKA producers): Communicate asynchronously with subscribers by producing and sending a message to a topic, which is a logical access point and communication channel.
  2. Subscribers (AKA Consumers): i.e. web servers, email addresses, Lambda functions, etc. consume or receive the message or notification over one of the supported protocols when they are subscribed to the topic.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a Topic?

A

How you label and group different endpoints that you send messages to using SNS

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

What is a Subscription?

A

The endpoints that a topic sends messages to.

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

What is a Publisher?

A

The human/alarm/event that gives SNS the message that needs to be sent.

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

What are some of the benefits of SNS?

A
  1. Send automated or manual notifications
  2. Send notification to email, mobile (sms), and http endpoints
  3. Closely integrated with other AWS services (such as CloudWatch) so that alarms, events, and actions in your AWS infrastructure can trigger notifications.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly