1.8 Introduction how to read an AWS invoice?
Throughout the course we try our best to stay inside the AWS Free Tier so you can practise without any charges. Yet, depending on how much you experiment, a small invoice may eventually appear. Reading and understanding that invoice is a critical skill — knowing where the money goes is the first step towards keeping your bill under control.
Where to find your invoices
Log in to the AWS console and open the Billing dashboard from the user menu in the top right. On the left navigation pane you have a dedicated Bills section listing every monthly invoice ever generated on the account. Pick the month you want to inspect — say November — and the page expands into a detailed breakdown of the charges.
- Each service appears on its own line: EC2, EBS, data transfer, S3, etc.
- Sub-lines reveal the underlying resources, for example an Elastic IP attached to an EC2 instance.
- Costs are listed in your billing currency along with the metric that triggered them (hours, GB-month, requests…).
This level of detail makes it easy to spot which resources are quietly burning money — a forgotten Elastic IP, an unused EBS volume, an over-provisioned instance — and to take action: stop, terminate or downsize them. When you operate a large AWS environment, regularly reviewing the bill is the most direct way to identify cost hot spots before they grow out of control. Combined with AWS Budgets and Cost Explorer, the invoice page becomes a powerful tool to keep your spend healthy.