Creating a Cloud Watch Alarm to Monitor Your Estimated AWS Charges
Latest Videos
•
3m 40s
You can monitor your estimated AWS charges by using Amazon CloudWatch. When you enable the monitoring of estimated charges for your AWS account, the estimated charges are calculated and sent several times daily to CloudWatch as metric data.
Billing metric data is stored in the US East (N. Virginia) Region and represents worldwide charges. This data includes the estimated charges for every service in AWS that you use, in addition to the estimated overall total of your AWS charges.
The alarm triggers when your account billing exceeds the threshold you specify. It triggers only when actual billing exceeds the threshold. It doesn't use projections based on your usage so far in the month.
If you create a billing alarm at a time when your charges have already exceeded the threshold, the alarm goes to the ALARM state immediately.
Up Next in Latest Videos
-
Amazon EC2 Auto Scaling Walkthrough
This tutorial walks you through the process for setting up pieces needed to create a basic infrastructure for Amazon EC2 Auto Scaling.
-
Create a simple CloudFront Distributi...
The procedures in this section show you how to use CloudFront to set up a basic configuration that does the following:
Stores the original versions of your objects in one Amazon Simple Storage Service (Amazon S3) bucket
Distributes content such as text or graphics
Makes your objects accessible...
-
Deploy Docker Containers on Amazon El...
Amazon Elastic Container Service (Amazon ECS) is the Amazon Web Service you use to run Docker applications on a scalable cluster. In this tutorial, you will learn how to run a Docker-enabled sample application on an Amazon ECS cluster behind a load balancer, test the sample application, and delet...