Amazon CloudWatch examples using the AWS SDK for C++ - AWS SDK for C++

Amazon CloudWatch examples using the AWS SDK for C++

Amazon CloudWatch (CloudWatch) is a monitoring service for AWS cloud resources and the applications you run on AWS. You can use the following examples to program CloudWatch using the AWS SDK for C++.

Amazon CloudWatch monitors your AWS resources and the applications you run on AWS in real time. You can use CloudWatch to collect and track metrics, which are variables you can measure for your resources and applications. CloudWatch alarms send notifications or automatically make changes to the resources you are monitoring based on rules that you define.

For more information about CloudWatch, see the Amazon CloudWatch User Guide.

Note

Only the code that is necessary to demonstrate certain techniques is supplied in this Guide, but the complete example code is available on GitHub. On GitHub you can download a single source file or you can clone the repository locally to get, build, and run all examples.