more shuffling
This commit is contained in:
13
modules/aws/rds.py
Normal file
13
modules/aws/rds.py
Normal file
@@ -0,0 +1,13 @@
|
||||
'''
|
||||
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()
|
||||
Reference in New Issue
Block a user