Quickly Visualize your AWS Costs
One of the most underappreciated APIs in AWS is the Cost Explorer API - specifically the GetCostAndUsage API. In essence, this API lets you fetch the same information you can get through the Cost Explorer GUI - but without the difficult UI/UX.
This short blog post shows how you can leverage this programmatic access to the Cost Explorer to quickly build up powerful visualizations of your AWS costs directly from the CLI - and all you need is ce:GetCostAndUsage permissions.