File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
codebundles/aws-c7n-service-usage Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ List AWS Service Usage Exceeding defined threshold in AWS Account ${AWS_ACCOUNT_
2020 ... ${CURDIR } /service-usage.j2
2121 ... usage_percent=${USAGE_PERCENTAGE }
2222 ... resource_providers=${AWS_RESOURCE_PROVIDERS }
23+ ... timeout_seconds=120
2324 ${c7n_output } = RW.CLI.Run Cli
2425 ... cmd=custodian run -r ${AWS_REGION } --output-dir ${OUTPUT_DIR } /aws-c7n-service-usage ${CURDIR } /service-usage.yaml --cache-period 0
2526 ... secret__aws_access_key_id=${AWS_ACCESS_KEY_ID }
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Check for AWS Service Usage Exceeding defined threshold in AWS Account `${AWS_AC
2020 ... ${CURDIR } /service-usage.j2
2121 ... usage_percent=${USAGE_PERCENTAGE }
2222 ... resource_providers=${AWS_RESOURCE_PROVIDERS }
23+ ... timeout_seconds=120
2324 ${c7n_output } = RW.CLI.Run Cli
2425 ... cmd=custodian run -r ${AWS_REGION } --output-dir ${OUTPUT_DIR } /aws-c7n-service-usage ${CURDIR } /service-usage.yaml --cache-period 0
2526 ... secret__aws_access_key_id=${AWS_ACCESS_KEY_ID }
You can’t perform that action at this time.
0 commit comments