You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an Aurora Serverless cluster that I added to my BackupPlan
When running HIPAASecurityChecks, I get the following error for my writer and readers:
HIPAA.Security-RDSInBackupPlan: The RDS DB instance is not in an AWS Backup plan - (Control IDs: 164.308(a)(7)(i), 164.308(a)(7)(ii)(A), 164.308(a)(7)(ii)(B)). To help with data back-up processes, ensure your Amazon Relational Database Service (Amazon RDS) instances are a part of an AWS Backup plan. AWS Backup is a fully managed backup service with a policy-based backup solution. This solution simplifies your backup management and enables you to meet your business and regulatory backup compliance requirements.
[Error at /TestStack/DatabaseCluster/writer/Resource] HIPAA.Security-RDSInBackupPlan: The RDS DB instance is not in an AWS Backup plan - (Control IDs: 164.308(a)(7)(i), 164.308(a)(7)(ii)(A), 164.308(a)(7)(ii)(B)). To help with data back-up processes, ensure your Amazon Relational Database Service (Amazon RDS) instances are a part of an AWS Backup plan. AWS Backup is a fully managed backup service with a policy-based backup solution. This solution simplifies your backup management and enables you to meet your business and regulatory backup compliance requirements.
[Error at /TestStack/DatabaseCluster/reader/Resource] HIPAA.Security-RDSInBackupPlan: The RDS DB instance is not in an AWS Backup plan - (Control IDs: 164.308(a)(7)(i), 164.308(a)(7)(ii)(A), 164.308(a)(7)(ii)(B)). To help with data back-up processes, ensure your Amazon Relational Database Service (Amazon RDS) instances are a part of an AWS Backup plan. AWS Backup is a fully managed backup service with a policy-based backup solution. This solution simplifies your backup management and enables you to meet your business and regulatory backup compliance requirements.
cdk-nag version
2.28.62
Language
Typescript
Other information
No response
The text was updated successfully, but these errors were encountered:
jessebs
changed the title
bug: HIPAA.Security-RDSInBackupPlan not recognizing Serverless Cluster Instances
bug: HIPAA.Security-RDSInBackupPlan not recognizing Serverless Postgres Cluster Instances
Mar 14, 2024
I'm am currently unsure whether this is cdk bug or cdk-nag bug
The Backup Plan CloudFormation generated by the example (below) does not include each of the individual DB instances (which the rule checks for), but it includes the Aurora Serverless Cluster.
If the Cluster needs to be in the plan, and not the individual instances this needs to be fixed in cdk-nag
If the Instances need to be in the plan and not the Cluster, then this needs to be fixed in the ecdk
What is the problem?
I have an Aurora Serverless cluster that I added to my BackupPlan
When running HIPAASecurityChecks, I get the following error for my writer and readers:
Reproduction Steps
What did you expect to happen?
No HIPAA.Security-RDSInBackupPlan errors
What actually happened?
I get multiple RDS Backup Plan Errors
cdk-nag version
2.28.62
Language
Typescript
Other information
No response
The text was updated successfully, but these errors were encountered: