We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got an error when updating our application tonight:
Error: putting ConfigService Conformance Pack (hipaa): operation error Config Service: PutConformancePack, https response error StatusCode: 400, RequestID: ..., ConformancePackTemplateValidationException: Invalid conformance pack template provided. Errors found: [Number of resources provided in the template exceeds the allowed limit]. Fix your template and try again.
This seems to be caused by the new rule that was added today in the PR: #429
Here is URL of the policy that is now failing: https://raw.githubusercontent.com/awslabs/aws-config-rules/master/aws-config-conformance-packs/Operational-Best-Practices-for-HIPAA-Security.yaml
Not sure about the way forward. Is there a limit that we must request to increase on our account ?
The text was updated successfully, but these errors were encountered:
According to this, the rule limit cannot be increased: https://docs.aws.amazon.com/config/latest/developerguide/configlimits.html
Sorry, something went wrong.
131 rules as shown by a search in the doc:
I think we need to sacrifice a rule or modify the config service :)
This is affecting other conformance packs as well. E.g., Operational-Best-Practices-for-CIS-Critical-Security-Controls-v8-IG3 with 131 rules
No branches or pull requests
Got an error when updating our application tonight:
Error: putting ConfigService Conformance Pack (hipaa): operation error Config Service: PutConformancePack, https response error StatusCode: 400, RequestID: ..., ConformancePackTemplateValidationException: Invalid conformance pack template provided. Errors found: [Number of resources provided in the template exceeds the allowed limit]. Fix your template and try again.
This seems to be caused by the new rule that was added today in the PR: #429
Here is URL of the policy that is now failing: https://raw.githubusercontent.com/awslabs/aws-config-rules/master/aws-config-conformance-packs/Operational-Best-Practices-for-HIPAA-Security.yaml
Not sure about the way forward. Is there a limit that we must request to increase on our account ?
The text was updated successfully, but these errors were encountered: