AWS Elastic Beanstalk - Using eb to attach git repo to existing EB environment
1. Download AWSDevTools from http://aws.amazon.com/developertools/AWS-Elastic-Beanstalk/6752709412171743
2. Go to the app directory
3. Run /Downloads/elasticbeanstalk-cli/AWSDevTools/
4. Install boto, if not installed (pip install boto)
5. Install PIP, if not installed (sudo easy_install pip)
6. git aws.config
7. Enter AWS Access Key, AWS Secret Key, AWS Region, and enter the existing name of your AWS Application and AWS Environment.
8. Now you can git add, git commit as usual, and use git aws.push to push to your EB environment.
2. Go to the app directory
3. Run /Downloads/elasticbeanstalk-cli/AWSDevTools/
[Linux or Windows]/AWSDevTools-RepositorySetup.sh4. Install boto, if not installed (pip install boto)
5. Install PIP, if not installed (sudo easy_install pip)
6. git aws.config
7. Enter AWS Access Key, AWS Secret Key, AWS Region, and enter the existing name of your AWS Application and AWS Environment.
8. Now you can git add, git commit as usual, and use git aws.push to push to your EB environment.
Comments
Post a Comment