CloudElephant

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

Build Status

Cloud Elephant

Dedicated to Terry A. Davis. The smartest programmer that's ever lived.

Cloud Elephant

Cloud Elephant is a tool providing a simple CLI interface for finding idle and unused resources in public clouds (AWS, Azure).

Supports:

Installation

Build from sources

If you want the latest version, the recommended installation option is to use go get:

$ go get -u github.com/aint/CloudElephant

and add an alias:

$ alias ce=CloudElephant

Download from the Releases page

Download a binary from the GitHub Releases tab.

Is it any good?

Yes.

Usage

$ ce [unused|idle] [elb|elbv2|eip|ami|ebs|ec2|rds|az_disk|az_lb]

AWS ELB

Find classic ELB with no associated back-end instances.

$ ce idle elb

Find ELBv2 (Application, Network, Gateway) which associated target groups has no EC2 target instance registered.

$ ce idle elbv2

AWS EBS

Find available (unattached) EBS and EBS that are attached to stopped EC2 instances.

$ ce idle ebs

AWS AMI

Find unused Amazon Machine Images (no instances are running from AMI).

$ ce idle ami

AWS EIP

Find Elastic IP Addresses that is not associated with a running EC2 instance or an Elastic Network Interface.

$ ce idle eip

Documentation

Overview

Copyright © 2020 - 2021 Oleksandr Tyshkovets <[email protected]>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis
cmd
aws

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL