remove the aws key stuff
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
from libs.opsworks import *
|
||||
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
|
||||
|
||||
|
||||
def step_opsworks_describe_stacks():
|
||||
describe_stacks(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
||||
describe_stacks()
|
||||
|
||||
|
||||
def step_opsworks_describe_user_profiles():
|
||||
describe_user_profiles(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
||||
describe_user_profiles()
|
||||
Reference in New Issue
Block a user