emr
This commit is contained in:
13
modules/emr.py
Normal file
13
modules/emr.py
Normal file
@@ -0,0 +1,13 @@
|
||||
'''
|
||||
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)
|
||||
|
||||
|
||||
def step_emr_list_security_configurations():
|
||||
list_security_configurations(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
||||
Reference in New Issue
Block a user