Skip to content

maaaato/autil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autil

Description

AWS Utility Command

Usage

autil <command> <options>

command
  config: print profile infomation
  ec2: print ec2 host

options
  profile name
    profile name of aws credentials(~/.aws/credentials)
  region
    target region
  • ec2
$ autil ec2 region credential-profilename
$ tagname\tpublic-dnsname
  • ec2ssh ( ec2 ssh login using peco )
$ ec2ssh [-u sshuser] region credential-profilename

Install

To install, use go get:

$ go get github.com/hirokazumiyaji/autil

Contribution

  1. Fork (https://github.com/hirokazumiyaji/autil/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create a new Pull Request

Author

Hirokazu Miyaji

About

AWS Utility Command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 68.5%
  • Makefile 17.8%
  • Shell 13.7%