jsenon / aws-cleanup

Cleaning AWS Object

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Cleaner

aws-cleanup

This tool will made cleaning on AWS object

Build

Locally

make build_local

Build container

make build

You can have a look on Makefile,in order to launch linter or swagger file generation

Usage

Cleaning AWS Object like cloudwatch log stream

Usage:
  aws-cleanup [flags]
  aws-cleanup [command]

Available Commands:
  cloudwatch  cloudwatch cleaning
  help        Help about any command

Flags:
      --config string   config file (default is $HOME/.aws-cleanup.yaml)
      --debug           Set log level to Debug
  -h, --help            help for aws-cleanup
      --version         version

Use "aws-cleanup [command] --help" for more information about a command.

Credit

Inspired by aerostitch

About

Cleaning AWS Object


Languages

Language:Go 82.5%Language:Makefile 15.7%Language:Dockerfile 1.8%