sts updates
This commit is contained in:
8
sts_get_account_id.py
Normal file
8
sts_get_account_id.py
Normal 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)
|
||||
Reference in New Issue
Block a user