moving stuff around

This commit is contained in:
carnal0wnage
2018-04-07 14:06:31 -04:00
parent f2d3f385d4
commit e9acbdecd3
2 changed files with 18 additions and 2 deletions

12
modules/sts.py Normal file
View File

@@ -0,0 +1,12 @@
'''
This file is used to perform some EMR actions
'''
from libs.sts import *
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
def step_sts_get_accountid():
get_accountid(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
def step_sts_get_accountidall():
get_accountid_all(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)