sts updates

This commit is contained in:
carnal0wnage
2017-07-31 16:24:27 -04:00
parent 945f618f3e
commit d7da4e7759
2 changed files with 22 additions and 0 deletions

8
sts_get_account_id.py Normal file
View File

@@ -0,0 +1,8 @@
'''
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)