Skip to main content

Creating a Billing Alert

Now that you have already created your free tier account, the next thing to do is to make sure you do not unintentionally incur charges as you play around the AWS environment.  Most of the services that you can try out are free however may have limitations.  Check out this link to see a list of the free services under the free tier account: AWS Free Tier details

The best way to monitor your spending on AWS is to setup Billing Alerts.  In this post I will show you how you could set it up initially so that you will receive an email warning whenever your estimated charges go over a specified amount.  This will help you manage cost or avoid it totally.

Here are the Steps:

  1. Login to your AWS account
  2. On the upper right corner click the drop down arrow right beside your account name, then click "My Billing Dashboard" 
  3. Scroll down to the Alerts and Notifications section.  On the second line where it says "Monitor your estimated charges." click on the highlighted "Enable Now" text.
     
  4. Check off "Receive Billing Alerts" and "Receive Free Tier Usage Alerts".  If you would like the email alerts to go to another email address other than the one associated with your account then enter it on the email address box.  Click "Save preferences". 
  5. Click the highlighted "Manage Billing Alerts" text. 
  6. you will then be redirected to CloudWatch where you can now setup your alarm preferences. 
  7. Click "Billing" then click the "Create Alarm" button. 
  8. A Billing Alarm form will open.  Enter the amount of how much cost is allowed before you receive an email alert.  Then type the email address that you want the emails to go to.  Click the "Create Alarm" button once you are done.  
     
  9. You will then be sent an confirmation email so check your inbox.  Click on the "Confirm Subscription" link on the email.  
  10. Once your email has been confirmed, you will see a green check mark right next to the email address on the Confirm new email popup window. 
  11. You can now click on the "View Alarm" button to view your newly created billing alarm.

Now you are set to start exploring and trying out services in AWS.

On my next post I will show you how to use IAM to create an Admin account which you can use to launch services in AWS. So stay tuned.

Comments

Popular posts from this blog

AWS AR & VR Services

The AR & VR category is all about Artificial Intelligence and Virtual Reality.  At the moment, there is only one service available in this category, but nevertheless is cutting edge technology. Sumerian        - Amazon Sumerian lets you create and run virtual reality (VR), augmented reality (AR), and 3D applications quickly and easily without requiring any specialized programming or 3D graphics expertise.  With Sumerian, you can build highly immersive and interactive scenes that run on popular hardware such as Oculus Rift, HTC Vive, and iOS mobile devices (support for Android ARCore coming soon).  For example, you can build a virtual classroom that lets you train new employees around the world, or you can build a virtual environment that enables people to tour a building remotely.  Sumerian makes it easy to create all the building blocks needed to build highly immersive and interactive 3D experiences including adding objects, and designing...

AWS Machine Learning Services

The Machine Learning Services category comprises of several services that cater to the use of machine learning technology.  The managed services make it easy for application developers to build smart and robust application that make use of ML models.   Here is a list of all the current Machine Learning services available.  Amazon SageMaker        - Build, train, and deploy machine learning models at scale.  This allows for the quickest way to get ML Models from idea to production. Amazon Comprehend        - Amazon Comprehend is a continuously-trained natural language processing service.        - It's free to try and easy to get started analyzing unstructured text like customer reviews and news articles. DeepLens        - Deep learning-enabled video cameras.  AWS DeepLens is powerful enough for experts, but designed to help developers get started quickly with litt...

AWS IoT

The IoT or Internet of Things category is a collection of services that are specifically designed for the management and implementation of IoT technology.  These allows you to easily integrate IoT models or functions into your application. Below are the various IoT services available in this category. IoT Core        - AWS IoT provides secure, bi-directional communication between Internet-connected devices such as sensors, actuators, embedded micro-controllers, or smart appliances and the AWS Cloud. This enables you to collect telemetry data from multiple devices, and store and analyze the data. You can also create applications that enable your users to control these devices from their phones or tablets. IoT 1-Click       - AWS IoT 1-Click is a service that makes it easy for simple devices to trigger AWS Lambda functions that execute a specific action. Some examples of possible actions include calling technical support, reordering goods and ...