AWS prescriptive-guidance documentation change
Summary
Updated detective guardrails implementation to include AWS Security Hub CSPM instead of generic AWS Security Hub
Security assessment
The change specifies CSPM (Cloud Security Posture Management) as part of Security Hub, enhancing documentation about security posture management capabilities without addressing any specific vulnerability.
Diff
diff --git a/prescriptive-guidance/latest/performance-engineering-aws/apg-gloss.md b/prescriptive-guidance/latest/performance-engineering-aws/apg-gloss.md index 7de8172ee..842a630c9 100644 --- a//prescriptive-guidance/latest/performance-engineering-aws/apg-gloss.md +++ b//prescriptive-guidance/latest/performance-engineering-aws/apg-gloss.md @@ -696 +696 @@ guardrail -A high-level rule that helps govern resources, policies, and compliance across organizational units (OUs). _Preventive guardrails_ enforce policies to ensure alignment to compliance standards. They are implemented by using service control policies and IAM permissions boundaries. _Detective guardrails_ detect policy violations and compliance issues, and generate alerts for remediation. They are implemented by using AWS Config, AWS Security Hub, Amazon GuardDuty, AWS Trusted Advisor, Amazon Inspector, and custom AWS Lambda checks. +A high-level rule that helps govern resources, policies, and compliance across organizational units (OUs). _Preventive guardrails_ enforce policies to ensure alignment to compliance standards. They are implemented by using service control policies and IAM permissions boundaries. _Detective guardrails_ detect policy violations and compliance issues, and generate alerts for remediation. They are implemented by using AWS Config, AWS Security Hub CSPM, Amazon GuardDuty, AWS Trusted Advisor, Amazon Inspector, and custom AWS Lambda checks.