Skip to content

Commit

Permalink
docs: fix NIST quick start link in code comments (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
kondo-kj authored Feb 13, 2022
1 parent 9bb15df commit 5e9c5af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion usecases/base-ct-guest/lib/blea-security-alarm-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class BLEASecurityAlarmStack extends cdk.Stack {
});

// ------------ Detective guardrails from NIST standard template ----------------
// See: https://aws.amazon.com/quickstart/architecture/compliance-nist/?nc1=h_ls
// See: https://aws.amazon.com/blogs/publicsector/automating-compliance-architecting-for-fedramp-high-and-nist-workloads-in-aws-govcloud-us/

// Security Groups Change Notification
// See: https://aws.amazon.com/premiumsupport/knowledge-center/monitor-security-group-changes-ec2/?nc1=h_ls
Expand Down
2 changes: 1 addition & 1 deletion usecases/base-standalone/lib/blea-security-alarm-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class BLEASecurityAlarmStack extends cdk.Stack {
});

// ------------ Detective guardrails from NIST standard template ----------------
// See: https://aws.amazon.com/quickstart/architecture/compliance-nist/?nc1=h_ls
// See: https://aws.amazon.com/blogs/publicsector/automating-compliance-architecting-for-fedramp-high-and-nist-workloads-in-aws-govcloud-us/

// Security Groups Change Notification
// See: https://aws.amazon.com/premiumsupport/knowledge-center/monitor-security-group-changes-ec2/?nc1=h_ls
Expand Down

0 comments on commit 5e9c5af

Please sign in to comment.