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
As a developer
I would like to implement the cloudwatch-log-group-encrypted config rule
So that I can check if qualified resources in my CDK app conforms to the following HIPAA Security control(s): 164.312(a)(2)(iv), 164.312(e)(2)(ii)
ruleId: HIPAA.Security-CloudWatchLogGroupEncrypted
HIPAA.Security-CloudWatchLogGroupEncrypted
info: The CloudWatch Log Group does not have encryption enabled - (Control IDs: 164.312(a)(2)(iv), 164.312(e)(2)(ii))
Given Reason: To help protect sensitive data at rest, ensure encryption is enabled for your Amazon CloudWatch Log Groups.
Given a CDK app with a non-compliant resource
ERROR
Given a CDK app with a compliant resource
Given the cdk-nag RULES file
cdk-nag
Errors
cloudwatch-log-group-encrypted
Excluded Rules
The text was updated successfully, but these errors were encountered:
feat(HIPAA Security): CloudWatch checks (#339)
e6af24d
Closes #171 Closes #172 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
dontirun
Successfully merging a pull request may close this issue.
Summary
As a developer
I would like to implement the cloudwatch-log-group-encrypted config rule
So that I can check if qualified resources in my CDK app conforms to the following HIPAA Security control(s): 164.312(a)(2)(iv), 164.312(e)(2)(ii)
Details
ruleId:
HIPAA.Security-CloudWatchLogGroupEncrypted
info: The CloudWatch Log Group does not have encryption enabled - (Control IDs: 164.312(a)(2)(iv), 164.312(e)(2)(ii))
Given Reason: To help protect sensitive data at rest, ensure encryption is enabled for your Amazon CloudWatch Log Groups.
Acceptance Criteria
If the rule can be implemented
Given a CDK app with a non-compliant resource
ERROR
with relevant Control ID information about the non compliant resourceGiven a CDK app with a compliant resource
ERROR
about the compliant resourceGiven the
cdk-nag
RULES fileHIPAA.Security-CloudWatchLogGroupEncrypted
rule is added to the rule packErrors
section is updated with the rule informationIf the rule cannot be implemented
Given the
cdk-nag
RULES filecloudwatch-log-group-encrypted
check is not added to the rule packExcluded Rules
section is updated with the check informationThe text was updated successfully, but these errors were encountered: