Search code examples
amazon-web-servicesbilling

Filtering the detailed bill generated by AWS account according to Region in aws


I am working on a project and all the project resource is on 'me-south-1' I have other resources things in other regions.

I need to send a detailed bill to the client. could anyone suggest me,How can I filter it according to the region?


Solution

  • For detailed billing (with the ability to filter) the best approach is to use Cost Explorer.

    By using this service you can apply a range of filters (including region), this can also be done programmatically.

    Be aware that using this service does charge $0.01 per request.