Skip to content

rsherman-kabam/go-aws-ec2-events

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-ec2-events

An extremely simplistic cli tool to emit amazon ec2 events. This might be useful with this whole aws reboot "gate".

Usage

$ make
$ cd bin
#
## To send alert to yourself when there's an event
#
$ ./aws-ec2-events \
		-key=<aws access key id> \
		-secret=<aws secret access key> \
		-alert_email=<email where you will recieve alerts> \
		-imap_username=<imap username> \
		-imap_password=<imap password>
#
## OR just take a look at what events your instnaces may have ...
#
$ ./aws-ec2-events -key=<aws access key id> -secret=<aws secret access key>

About

A simplistic cli tool to emit amazon ec2 events.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 84.5%
  • Makefile 15.5%