Monitoring, Logging, and Notification Services Flashcards
What is CloudWatch?
Amazon CloudWatch is a monitoring service for AWS cloud resources and the applications you run on AWS.
CloudWatch is for performance monitoring (CloudTrail is for auditing).
What is CloudTrail?
AWS CloudTrail is a web service that records activity made on your account and delivers log files to an Amazon S3 bucket.
CloudTrail is for auditing (CloudWatch is for performance monitoring).
CloudTrail is about logging and saves a history of API calls for your AWS account.
What is SNS?
Amazon Simple Notification Service (Amazon SNS) is a web service that makes it easy to set up, operate, and send notifications from the cloud.
What are some core concepts of SNS?
Topics – how you label and group different endpoints that you send messages to
Subscriptions – the endpoints that a topic sends messages to
Publishers – the person/alarm/event that gives SNS the message that needs to be sent