more shuffling

This commit is contained in:
cktricky
2018-09-13 20:09:26 -04:00
parent 92f229ecf4
commit b00ee271ff
30 changed files with 1 additions and 1 deletions

23
modules/aws/sts.py Normal file
View File

@@ -0,0 +1,23 @@
'''
This file is used to perform some EMR actions
'''
from libs.sts import *
def module_sts_get_accountid():
'''
STS get account ID - just ID
python3 weirdAAL.py -m sts_get_accountid -t demo
'''
sts_get_accountid()
def module_sts_get_accountid_all():
'''
STS get as much info as possible - prints AccountID, UserID, ARN
python3 weirdAAL.py -m sts_get_accountid_all -t demo
'''
sts_get_accountid_all()