Skip to content

Instantly share code, notes, and snippets.

View RussPalms's full-sized avatar
🏠
Working from home

Russell Brian Fulache Dugaduga Jale Palma RussPalms

🏠
Working from home
View GitHub Profile
@tinkerbotfoo
tinkerbotfoo / get_ec2_instance_secur_info.py
Last active October 3, 2021 11:13
Get decrypted EC2 Windows instance Administrator password using python boto
###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