Files
weirdAAL/sts_get_account_id.py
carnal0wnage d7da4e7759 sts updates
2017-07-31 16:24:27 -04:00

8 lines
253 B
Python

'''
This file is used to perform some EMR actions
'''
from libs.sts import *
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
get_accountid(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
get_accountid_all(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)