more shuffling
This commit is contained in:
15
modules/aws/ce.py
Normal file
15
modules/aws/ce.py
Normal file
@@ -0,0 +1,15 @@
|
||||
'''
|
||||
This file is used to perform various Cost Explorer operations
|
||||
usually have to be root or be specifically assigned the
|
||||
permission to get anything from this
|
||||
'''
|
||||
|
||||
from libs.ce import *
|
||||
|
||||
|
||||
def module_costexplorer_get_cost_and_usage():
|
||||
'''
|
||||
Attempt to list cost and usage via the Cost Explorer service
|
||||
python3 weirdAAL.py -m costexplorer_get_cost_and_usage -t demo
|
||||
'''
|
||||
ce_get_cost_and_usage()
|
||||
Reference in New Issue
Block a user