- Newest
- Most votes
- Most comments
If you are looking for information about how much the services you are using cost you, there are a few tools for that, and you can choose which one works better for you, depending on the level of details you need.
I'd suggest you can use Cost Explorer for this - https://aws.amazon.com/aws-cost-management/aws-cost-explorer/ - it's a free tool if you simply use it in the console... (if you decide to query it programmatically, there may be extra charges for API calls that you'd be executing). You can Launch Cost Explorer from your billing console. Play around with filters and grouping options - the interface is quite intuitive. You can, for example, group by service; you can filter out specific services, and then group by usage types to dive deep.
However, if you want to see cost associated with each individual resource (e.g. let's assume you run 100 instances, and you want to know how much each costs you), the best way to do it would be through Cost and Usage Report (CUR) - https://docs.aws.amazon.com/cur/latest/userguide/what-is-cur.html - you can create CUR with monthly, daily, or hourly granularity, and enable resource IDs column, to get to the most granular level of details about your billing.
Hi,
The service costs depends on the size, tier and various factors. The best place for you to estimate your costs for all the services that you would want to use is to look at Pricing Calculator: https://calculator.aws/#/ and you can create an estimate, and also you will get a view of all the services that are available across various regions. Not all services appear on all regions - so please check the region before you search for a service.
Thanks Arun
Relevant content
- asked a year ago
- Accepted Answerasked 9 months ago
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
Thanks! Is there some way to see everything that is active at this moment?
Hi, can think of 2 approaches,
Check it on the AWS products/Featured services public page here: https://aws.amazon.com/products/?nc2=h_ql_prod_fs_f&aws-products-all.sort-by=item.additionalFields.productNameLowercase&aws-products-all.sort-order=asc&awsf.re%3AInvent=*all&awsf.Free%20Tier%20Type=*all&awsf.tech-category=*all You can view then ones that are GA and the ones are in preview
Login to your AWS console, and click on 'Services'. Under 'Services', click 'All Services'. In the right hand pane, click on 'View all services'. This will list down all the services available to you
Hope this helps