hubot-elasticbeanstalk

1.0.1 • Public • Published

hubot-elasticbeanstalk

A hubot script to manage AWS Elastic Beanstalk applications

See files in the src/ folder for full documentation.

Installation

Of course in order to use these tools you need an AWS account and to configure your credentials. Also the AWS region has to be configured from the AWS_REGION environment variable or given as a parameter.

In hubot project repo, run:

npm install hubot-elasticbeanstalk --save

Then add hubot-elasticbeanstalk to your external-scripts.json:

[
  "hubot-elasticbeanstalk"
]

Sample Interaction

user1>> hubot eblist
hubot>> Fetching ...
Application Name:
     my-wonderful-app
Environments:
     dev
         currentVersion: app-161202_041400
         cname: dev.eu-west-1.elasticbeanstalk.com
         lastUpdate: Fri Dec 02 2016 04:26:24 GMT+0100 (CET)
         status: Ready

NPM Module

https://www.npmjs.com/package/hubot-elasticbeanstalk

/hubot-elasticbeanstalk/

    Package Sidebar

    Install

    npm i hubot-elasticbeanstalk

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • alexiskofman