Files
weirdAAL/modules/opsworks.py
carnal0wnage e5ecdae1e4 fixes #29
2018-05-09 20:37:50 -04:00

18 lines
410 B
Python

from libs.opsworks import *
def module_opsworks_describe_stacks():
'''
Opsworks Describe stacks
python3 weirdAAL.py -m opsworks_describe_stacks -t yolo
'''
opsworks_describe_stacks()
def module_opsworks_describe_user_profiles():
'''
Opsworks describe user profiles
python3 weirdAAL.py -m opsworks_describe_user_profiles -t yolo
'''
opsworks_describe_user_profiles()