Files
weirdAAL/modules/aws/rds.py
2018-09-25 17:38:50 -04:00

14 lines
217 B
Python

'''
RDS module
'''
from libs.rds import *
def module_rds_describe_db_instances():
'''
RDS Describe Instances
python3 weirdAAL.py -m rds_describe_db_instances -t yolo
'''
describe_db_instances()