April 2018
Intermediate to advanced
280 pages
8h 37m
English
To ensure the health of the cloud platform, it is important to keep monitoring the resources used and ensure that everything is functioning well.
The cloud monitoring platform should be able to combine the metrics from the private as well as the public cloud using the cloud-native APIs, along with traditional metrics, and present data that is essential to the business.
AWS provides the CloudWatch service, which provides a stream of events describing the changes to the AWS resources. For example, if your EC2 instance fails a system health check, the CloudWatch service generates an event and notifies the user. For developers, a suspicious API call pattern can be logged using the AWS CloudTrail service.
Such events must be ...