All Projects → c1982 → awsdtc

c1982 / awsdtc

Licence: MIT license
AWS Data Transfer Cost Explorer

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to awsdtc

Stolon Chart
Kubernetes Helm chart to deploy HA Postgresql cluster based on Stolon
Stars: ✭ 90 (+0%)
Mutual labels:  infrastructure, chart
Udacity Data Engineering Projects
Few projects related to Data Engineering including Data Modeling, Infrastructure setup on cloud, Data Warehousing and Data Lake development.
Stars: ✭ 458 (+408.89%)
Mutual labels:  infrastructure, aws-sdk
devops-book
运维开发
Stars: ✭ 29 (-67.78%)
Mutual labels:  infrastructure
leaflet.minichart
Leaflet.minichart is a leaflet plugin for adding to a leaflet map small animated charts
Stars: ✭ 27 (-70%)
Mutual labels:  chart
aws-sso-creds-helper
A command line util for using SSO credentials with AWS SDK on AWS CLI v2 until native support is released
Stars: ✭ 34 (-62.22%)
Mutual labels:  aws-sdk
ng-charts
🎨📉 A fully functional Angular 14+ Chart.js library based from ng2-charts
Stars: ✭ 14 (-84.44%)
Mutual labels:  chart
funsies
funsies is a lightweight workflow engine 🔧
Stars: ✭ 37 (-58.89%)
Mutual labels:  infrastructure
toast-ui.vue-chart
Toast UI Chart for Vue
Stars: ✭ 53 (-41.11%)
Mutual labels:  chart
devopsbookmarks.org
Website of devopsbookmarks.org
Stars: ✭ 14 (-84.44%)
Mutual labels:  infrastructure
Android-System-Related-Charts
各种与Android系统相关的框架图、流程图
Stars: ✭ 52 (-42.22%)
Mutual labels:  chart
wxcharts
微信小程序 chart 、K线图、分时图
Stars: ✭ 11 (-87.78%)
Mutual labels:  chart
Mermaid
Provides a parser function to generate diagrams and flowcharts with the help of the mermaid script language
Stars: ✭ 27 (-70%)
Mutual labels:  chart
ansible-aws-infra-services
Manage your AWS infrastructure and ECS tasks with two separate ansible playbooks
Stars: ✭ 23 (-74.44%)
Mutual labels:  infrastructure
infra
Infrastructure management for Google Cloud Platform
Stars: ✭ 14 (-84.44%)
Mutual labels:  infrastructure
gke-toolbox
A Helm Chart with pre-configured tools for your Container Engine clusters
Stars: ✭ 20 (-77.78%)
Mutual labels:  chart
aws-c-s3
C99 library implementation for communicating with the S3 service, designed for maximizing throughput on high bandwidth EC2 instances.
Stars: ✭ 34 (-62.22%)
Mutual labels:  aws-sdk
UCharts
UCharts allows creating radar charts, pie charts, half pie chart in your Unity3d Games.
Stars: ✭ 33 (-63.33%)
Mutual labels:  chart
kube-applier
kube-applier enables automated deployment and declarative configuration for your Kubernetes cluster.
Stars: ✭ 27 (-70%)
Mutual labels:  infrastructure
Spatio-Temporal-papers
This project is a collection of recent research in areas such as new infrastructure and urban computing, including white papers, academic papers, AI lab and dataset etc.
Stars: ✭ 180 (+100%)
Mutual labels:  infrastructure
LineChartView
An interactive line chart written in SwiftUI with many customizations (colors, line size, dots, haptic feedbacks). Support value and time series.
Stars: ✭ 59 (-34.44%)
Mutual labels:  chart

The 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.

Motivation;

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:

Binaries

Configuration

  • set AWS credentials in ~/.aws/credentials file
[default]
aws_access_key_id = A******************U
aws_secret_access_key = WD/**********************************MA

or

  • set AWS credentials system environment
export AWS_ACCESS_KEY_ID=A******************U
export AWS_SECRET_ACCESS_KEY=WD/**********************************MA

Policy

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "aws-portal:ViewUsage",
                "aws-portal:ViewBilling",
                "cur:DescribeReportDefinitions",
                "ce:GetCostAndUsage"
            ],
            "Resource": "*"
        }
    ]
}

Running

  1. Download Binary for your OS
  2. Run awsdtc executable in Command Line
  3. And call in your browser http://localhost:8080

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Oğuzhan YILMAZ - @c1982 - [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].