File tree 2 files changed +2
-0
lines changed
codebundles/aws-c7n-service-usage
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_
20
20
... ${CURDIR } /service-usage.j2
21
21
... usage_percent=${USAGE_PERCENTAGE }
22
22
... resource_providers=${AWS_RESOURCE_PROVIDERS }
23
+ ... timeout_seconds=120
23
24
${c7n_output } = RW.CLI.Run Cli
24
25
... cmd=custodian run -r ${AWS_REGION } --output-dir ${OUTPUT_DIR } /aws-c7n-service-usage ${CURDIR } /service-usage.yaml --cache-period 0
25
26
... 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
20
20
... ${CURDIR } /service-usage.j2
21
21
... usage_percent=${USAGE_PERCENTAGE }
22
22
... resource_providers=${AWS_RESOURCE_PROVIDERS }
23
+ ... timeout_seconds=120
23
24
${c7n_output } = RW.CLI.Run Cli
24
25
... cmd=custodian run -r ${AWS_REGION } --output-dir ${OUTPUT_DIR } /aws-c7n-service-usage ${CURDIR } /service-usage.yaml --cache-period 0
25
26
... secret__aws_access_key_id=${AWS_ACCESS_KEY_ID }
You can’t perform that action at this time.
0 commit comments