0.0.3 • Published 8 years ago

hubot-wakeup-ec2 v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hubot-wakeup-ec2

Start/Stop your EC2 instance

See src/wakeup-ec2.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-wakeup-ec2 --save

Then add hubot-wakeup-ec2 to your external-scripts.json:

[
  "hubot-wakeup-ec2"
]

Sample Interaction

you>> hubot start instance tag-key=tag-value
hubot>> starting your EC2 Instances.
hubot>> Instance: id = xxxxxx
hubot>> started instance: instanceId = xxxxxxx
hubot>> All Done!!
0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago