AWS Data Transfer Cost Explorer
The AWS Data Transfer Cost Explorer tool analyzes the billed Data Transfer items in your AWS account and presents them visualized on a map.
We have a continuous cost optimization case on AWS. Especially the Data Transfer tab on the Bills screen is quite long and it takes a long time to understand which areas are used more.
Another need is to catch unusual Data Transfers in our infrastructure. For example, in our infrastructure, it is not possible to get traffic from Tokyo to Sao Paulo, but thanks to this tool, we can see and solve it.
General:
Filtered:
Bubble Charts for Data Transfers:
Sunburst for Regions:
~/.aws/credentials
file
[default]
aws_access_key_id = A******************U
aws_secret_access_key = WD/**********************************MA
or
export AWS_ACCESS_KEY_ID=A******************U
export AWS_SECRET_ACCESS_KEY=WD/**********************************MA
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"aws-portal:ViewUsage",
"aws-portal:ViewBilling",
"cur:DescribeReportDefinitions",
"ce:GetCostAndUsage"
],
"Resource": "*"
}
]
}
Distributed under the MIT License. See LICENSE
for more information.
Oğuzhan YILMAZ - @c1982 - aspsrc@gmail.com