This commit is contained in:
carnal0wnage
2018-04-07 19:52:02 -04:00
parent 76db8c3aea
commit 5c531effca
3 changed files with 38 additions and 37 deletions

6
modules/opsworks.py Normal file
View File

@@ -0,0 +1,6 @@
from libs.opsworks import *
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
def step_opsworkds_describe_stacks():
describe_stacks(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)