Skip to content

gitter-badger/remotgo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remotgo

Send commands over ssh to AWS EC2 instances

Example

Execute "df -H" command in all instances with highway as role.

Usage example

Configuration

The following environment variables have to be properly set:

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_REGION

To use environment variables, do the following:

$ export AWS_ACCESS_KEY_ID=<access_key>
$ export AWS_SECRET_ACCESS_KEY=<secret_key>
$ export AWS_REGION=<region>

License

Distributed under MIT license. See LICENSE for more information.

About

Send commands over ssh to AWS EC2 instances

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 77.8%
  • Makefile 22.2%