remove the aws key stuff

This commit is contained in:
carnal0wnage
2018-04-16 21:17:35 -04:00
parent 582c2c7d38
commit 1d0cad4395
18 changed files with 46 additions and 63 deletions

View File

@@ -2,12 +2,11 @@
This file is used to perform some EMR actions
'''
from libs.emr import *
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
def step_emr_list_clusters():
list_clusters(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
list_clusters()
def step_emr_list_security_configurations():
list_security_configurations(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
list_security_configurations()