Chapter 8: Monitoring AWS Services Using CloudWatch and SNS
Amazon CloudWatch is a monitoring service used to monitor your resources and applications running in Amazon Web Services (AWS). CloudWatch can monitor things such as Elastic Compute Cloud (EC2) instances, Elastic Block Store (EBS) volumes, Relational Database Service (RDS) databases, and Simple Queue Service (SQS) queues.
To get a complete list of services that publish CloudWatch metrics, please refer to the following link:
https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-services-cloudwatch-metrics.html
The chapter will start by setting up CloudWatch monitoring. We will further examine how to push custom metrics—such as swap, network, and disk space utilization—to CloudWatch. Then, we will look at SNS and how it's tightly coupled with CloudWatch to provide you with a seamless notification experience. We will further tighten our monitoring by looking at how to use CloudWatch Events...