remove the aws key stuff
This commit is contained in:
@@ -5,8 +5,7 @@ permission to get anything from this
|
||||
'''
|
||||
|
||||
from libs.ce import *
|
||||
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
|
||||
|
||||
|
||||
def step_cost_explorer_get_cost_and_usage():
|
||||
ce_get_cost_and_usage(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
||||
ce_get_cost_and_usage()
|
||||
Reference in New Issue
Block a user