ec2ls

command module
v0.0.0-...-40db2c4 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2021 License: MIT Imports: 12 Imported by: 0

README

Ec2ls

List AWS EC2 instances.

Usage

Configure your AWS credentials in the manner of aws-cli, and type:

$ ec2ls

To specify profile in ~/.aws/credentials:

$ ec2ls -p [profile name]

To add more information:

$ ec2ls -k launch_time,image_id

To show available keys:

$ ec2ls -l

Credentials

This tool uses AWS SDK for Go. Your credentials are loaded by the library default priority unless you specify a profile name in AWS credentials.

Installation

By following steps:

$ go get github.com/nsaeki/ec2ls

Contributing

  1. Fork it ( https://github.com/nsaeki/ec2ls/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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