All Projects → trackit → trackit2-home

trackit / trackit2-home

Licence: Apache-2.0 license
TrackIt helps you to optimize your AWS cloud

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to trackit2-home

trackit
Trackit helps you understand and improve your use of AWS
Stars: ✭ 91 (+97.83%)
Mutual labels:  aws-s3, cost-estimation, cost-optimization
handbook.vantage.sh
The Cloud Cost Handbook is a free, open-source, community-supported set of guides meant to help explain often-times complex pricing of public cloud infrastructure and service providers in plain english.
Stars: ✭ 265 (+476.09%)
Mutual labels:  cost-estimation, cost-optimization
Ec2instances.info
Amazon EC2 instance comparison site
Stars: ✭ 3,619 (+7767.39%)
Mutual labels:  cost-estimation, cost-optimization
Infracost
Cloud cost estimates for Terraform in pull requests💰📉 Love your cloud bill!
Stars: ✭ 4,505 (+9693.48%)
Mutual labels:  cost-estimation, cost-optimization
awesome-aws-research
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources for Academic Researchers new to AWS
Stars: ✭ 41 (-10.87%)
Mutual labels:  aws-s3, cost-optimization
Are We Consistent Yet
Compare eventual consistency of object stores
Stars: ✭ 157 (+241.3%)
Mutual labels:  aws-s3
Migrate
Database migrations. CLI and Golang library.
Stars: ✭ 2,315 (+4932.61%)
Mutual labels:  aws-s3
Aws Labs
step by step guide for aws mini labs. Currently maintained on : https://github.com/Cloud-Yeti/aws-labs Youtube playlist for labs:
Stars: ✭ 153 (+232.61%)
Mutual labels:  aws-s3
Awsmobile Cli
CLI experience for Frontend developers in the JavaScript ecosystem.
Stars: ✭ 147 (+219.57%)
Mutual labels:  aws-s3
Minio Dotnet
MinIO Client SDK for .NET
Stars: ✭ 249 (+441.3%)
Mutual labels:  aws-s3
Emacs Easy Hugo
Emacs major mode for managing hugo
Stars: ✭ 235 (+410.87%)
Mutual labels:  aws-s3
Ssm Cache Python
AWS System Manager Parameter Store caching client for Python
Stars: ✭ 177 (+284.78%)
Mutual labels:  aws-s3
Jazigo
Jazigo is a tool written in Go for retrieving configuration for multiple devices, similar to rancid, fetchconfig, oxidized, Sweet.
Stars: ✭ 163 (+254.35%)
Mutual labels:  aws-s3
Retinal
🏙 Retinal is a Serverless AWS Lambda service for resizing images on-demand or event-triggered
Stars: ✭ 208 (+352.17%)
Mutual labels:  aws-s3
Kafka Connect Storage Cloud
Kafka Connect suite of connectors for Cloud storage (Amazon S3)
Stars: ✭ 153 (+232.61%)
Mutual labels:  aws-s3
Node S3 Uploader
Flexible and efficient resize, rename, and upload images to Amazon S3 disk storage. Uses the official AWS Node SDK for transfer, and ImageMagick for image processing. Support for multiple image versions targets.
Stars: ✭ 237 (+415.22%)
Mutual labels:  aws-s3
0x4447 product s3 email
📫 A serverless email server on AWS using S3 and SES
Stars: ✭ 2,905 (+6215.22%)
Mutual labels:  aws-s3
Tachyon
Faster than light image resizing service that runs on AWS. Super simple to set up, highly available and very performant.
Stars: ✭ 177 (+284.78%)
Mutual labels:  aws-s3
Nuxt Serverless
Nuxt.js Serverless SSR Starter on AWS (Lambda + API Gateway + S3) with Serverless Framework
Stars: ✭ 235 (+410.87%)
Mutual labels:  aws-s3
Rust S3
Rust library for interfacing with AWS S3 and other API compatible services
Stars: ✭ 177 (+284.78%)
Mutual labels:  aws-s3

TrackIt helps you to optimize your AWS cloud

Trackit

This is a tool written in go to optimize your AWS usage and spending.

This repository contains the deployment tools to run TrackIt easily on your own infrastructure.

v2 cost breakdown

Don’t want to self-host trackit?

We run our own version, check it out at TrackIt

Repository structure

Installation

#0 Be sure all requirements below are met

Here is the access your AWS IAM credentials will need to run correctly TrackIt

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "AssumeRole",
            "Effect": "Allow",
            "Action": "sts:AssumeRole",
            "Resource": "*"
        }
    ]
}

#1 Clone this repository

$> git clone https://github.com/trackit/trackit && cd trackit

#2 Configure the API_URL

If you are not running TrackIt on your local machine, you need to configure the URL of the API:

$> vi docker-compose.yml
line 8: - API_URL=http://localhost:8080 # replace localhost by the public API of the host

#3 Start TrackIt

$> ./start.sh

Configuring

More information about configuring TrackIt? Check our step-by-step guide here

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