2017 © Pedro Peláez
 

library elasticbeanstalk-deployer

Deploy to Amazon Elastic Beanstalk without need to install Command Line Tools

image

michalkvasnicak/elasticbeanstalk-deployer

Deploy to Amazon Elastic Beanstalk without need to install Command Line Tools

  • Friday, April 17, 2015
  • by michalkvasnicak
  • Repository
  • 1 Watchers
  • 2 Stars
  • 776 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Amazon Elastic Beanstalk Deployer

Deploy to Amazon Elastic Beanstalk without need to install Elastic Beanstalk command line tool. Really helpful on Continuous Integration servers., (*1)

Requirements:

  • Git installed and configured
  • PHP >= 5.4

Usage:

  1. Create application and environment/environments on Amazon Elastic Beanstalk.
  2. From application root run php git.aws-push.php -i access_key -s secret_key -a application_name -e environment_name -r region [-c commit_id]

Arguments:

  • -i [required] Amazon AWS Access Key
  • -s [required] Amazon AWS Secret Key
  • -a [required] Amazon Elastic Beanstalk application name
  • -e [required] Amazon Elastic Beanstalk application environment name
  • -r [required] Amazon AWS region e.g. eu-west-1
  • -c [optional] Git commit id in current branch, if omitted last commit id will be used

Donating

If this tool was helpful for you, feel free to buy me a beer via Flattr or gittip ;), (*2)

License:

Copyright (c) Michal Kvasničák http://kvasnicak.info/, (*3)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*4)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*5)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*6)

The Versions

17/04 2015

dev-master

9999999-dev

Deploy to Amazon Elastic Beanstalk without need to install Command Line Tools

  Sources   Download

MIT

The Requires

  • php >=5.4

 

php amazon aws deploy tool elastic beanstalk continous integration