Showing posts with label EBS. Show all posts
Showing posts with label EBS. Show all posts

Saturday, June 30, 2012

Setting up git client for AWS EBS environment in windows machine

Prerequisites
1. Git should be installed
2. Powershell 2.0 should be installed
3. AWSDevTools-OnetimeSetup.bat must be run.


Setup
1. Create a folder
2. Git Init in the  folder
3. Copy AWSDevTools-RepositorySetup.bat to the current folder
4. Run AWSDevTools-RepositorySetup.bat
5. Delete AWSDevTools 
3. Open Git Bash and cd to the current folder
4. Execute aws.config 
 - Enter AWS credentials
 - Enter AWS Beanstalk application name
 - Enter AWS Beanstalk environment name
5. git add . 
6. git commit -m " Notes here "
7. git aws.push