Lab Details 👨‍🔬
- Length of time: < 10 minutes
- Cost: $0.00
- Difficulty: Easy
Scenario đź§Ş
Before you complete any of our labs in this course, we highly recommend that you spend a few minutes going through this lab because it will teach you how to configure billing monitoring and alerting to notify you if your AWS bill ever exceeds what you expect to pay.
Some of the labs will be free, while others can cost some amount of money. This will be clearly noted in each section before you start so that there are no surprises and you can choose to skip the labs that cost money if you want.
With that said, sometimes, resources can continue to cost you money if you forget to turn them off or delete them, in which case you could end up with a surprise bill. These are the scary stories you’ve heard about on social media in regards to the cloud. This lab is designed specifically to help prevent that.
For example, if you are OK with spending up to $5.00 on labs for this course, then you could set an alert that notifies you when you reach $5.00, or when you get close to that (say $4.00) that way you can investigate and see if something was left running before you exceed $5.00. This is just an example number, and you can select whatever dollar value you’re comfortable with.
Let’s get started by following the below steps.
Enable billing alerts
- Log into your AWS account
- Pull up the billing dashboard (you can search for “billing”)
- Click on Billing Preferences in the left-bar menu
- Enable “Receive Billing Alerts”
- Click on “Save Preferences”
Creating an alarm
- Search for the service “CloudWatch” and click on it
- Make sure your region is set to “N. Virginia” (billing metrics are stored in this region, so this is necessary)
- Click on “All alarms” in the left-bar menu
- Click on “Create alarm”
- Click on “Select metric”
- You should see a “Billing” option under “Metrics” but if you don’t, you can search for it in the search bar below “Metrics”
- Select “Total Estimated Charge”
- Select the row with the metric name “EstimatedCharges” and then click on “Select metric” in the bottom right
- Choose “Maximum” for the “Statistic” option if it’s not already
- You can keep the “Period” at “6 hours”
- For the “Threshold type” under “Conditions” you will want to select “Static”
- For the “Whenever EstimatedCharges is…” option, you can select whatever you’d like between Greater and Greater/Equal
- If you want to get notified when charges reach or exceed $5.00, then you would select “Greater/Equal”
- If you want to get notified when charges exceed $5.00, then you would select “Greater”
- Set your dollar value in the “than…” input box
- Expand the “Additional configuration” and make sure that you see:
- “Datapoints to alarm” “1 out of 1”
- “Missing data treatment” set to “Treat missing data as missing”
- Click on “Next”
- Under notification, make sure it’s set to “In alarm” and “Create new topic” for the SNS topic
- You can leave the default topic name if you’d like, then add your preferred email to receive the notification (you can add multiple emails)
- Click on “Create Topic”
- You should receive an email shortly after from “AWS Notification – Subscription Confirmation” → you will need to click on “Confirm subscription” which is their way of preventing spam.
- You should see a page that says “Subscription confirmed!”
- (If you don’t have the email yet, wait a few minutes and check you didn’t misspell the email or check your spam folder)
- Back to the AWS console, you can click on “Next”
- You can now name it something like “Billing threshold alarm” and you don’t have to put in a description
- Review your settings to make sure they look right, then “Create alarm”
You will now see your brand-new alarm. Initially, it will say that the state is “insufficient data” but give it a minute or two, and it will change to “OK.” If you don’t see it after a couple of minutes, you can refresh the page.
Now that you have a billing alert, you will get notified based on the dollar value you set, and based on whether you set it to greater or greater than/equal to.
Reviewing your costs
Of course, you don’t have to wait for an alarm to come through to check on how much you’re spending in AWS. You can go back to the Billing dashboard and you will see a summary on the main dashboard. It will show you:
- Current month’s total forecast
- Current MTD (Month-to-date) balance
- Prior month for the same period with trend
You can also see additional breakdowns further down on this page, or in the “Cost explorer.” Feel free to check that out if you’re interested, but otherwise, let’s complete this lab!
If you have any issues with this lab, please comment below and we’ll take a look!
Responses