#Create bitbucket branch
##Create local branch
$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
master
* sync
#Create bitbucket branch
##Create local branch
$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
master
* sync
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>This is the title of the webpage!</title> | |
| </head> | |
| <body> | |
| <p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p> | |
| </body> | |
| </html> |
| ###requirements.txt | |
| #pycrypto | |
| #pyopenssl | |
| ## Creds | |
| AWS_EC2_ACCESS_ID='AKIA**********' | |
| AWS_EC2_SECRET_KEY = 'mh83**************' | |
| PEM_FILE = os.path.expanduser('D:\\abc\\scripts\\s\\test.pem') | |
| ### Get Windows Admin password of the newly created AWS instance |