AWS Security ChangesHomeSearch

AWS prescriptive-guidance documentation change

Service: prescriptive-guidance · 2025-11-22 · Documentation low

File: prescriptive-guidance/latest/iac-edp-combo-approach/best-practices.md

Summary

Fixed URL formatting by adding double slashes in documentation links

Security assessment

The changes only correct URL paths by adding double slashes after domain names. No security content was added, modified, or removed. The security implications are neutral as this is purely a documentation formatting fix.

Diff

diff --git a/prescriptive-guidance/latest/iac-edp-combo-approach/best-practices.md b/prescriptive-guidance/latest/iac-edp-combo-approach/best-practices.md
index 9c6b1634d..967034aef 100644
--- a//prescriptive-guidance/latest/iac-edp-combo-approach/best-practices.md
+++ b//prescriptive-guidance/latest/iac-edp-combo-approach/best-practices.md
@@ -9 +9 @@ To use IaC and EDP together in a way that's compatible, secure, and mutually ben
-  * **Avoid making API calls directly on a resource –** Use the CloudFormation [update-stack](https://docs.aws.amazon.com/cli/latest/reference/cloudformation/update-stack.html) API call as part of an EDP approach, and make sure that only CloudFormation makes changes to the EBS volume. To ensure a successful update operation, the volume size must be valid and must not be lower than the value of the resources currently provisioned. The volume size could be a parameter in the CloudFormation stack.
+  * **Avoid making API calls directly on a resource –** Use the CloudFormation [update-stack](https://docs.aws.amazon.com//cli/latest/reference/cloudformation/update-stack.html) API call as part of an EDP approach, and make sure that only CloudFormation makes changes to the EBS volume. To ensure a successful update operation, the volume size must be valid and must not be lower than the value of the resources currently provisioned. The volume size could be a parameter in the CloudFormation stack.
@@ -15 +15 @@ To use IaC and EDP together in a way that's compatible, secure, and mutually ben
-  * **Create notification systems –** Notification systems can help notify the team when a certain event takes place. For example, you can create an email-based notification by using Amazon SNS. Finally, it's a best practice to always ensure that stacks are in sync and that your DevOps system is designed with guardrails that can help you avoid resource drift. For more information, see [Set up CloudFormation drift detection in a multi-Region, multiaccount organization](https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/set-up-aws-cloudformation-drift-detection-in-a-multi-region-multi-account-organization.html) in the AWS Prescriptive Guidance documentation.
+  * **Create notification systems –** Notification systems can help notify the team when a certain event takes place. For example, you can create an email-based notification by using Amazon SNS. Finally, it's a best practice to always ensure that stacks are in sync and that your DevOps system is designed with guardrails that can help you avoid resource drift. For more information, see [Set up CloudFormation drift detection in a multi-Region, multiaccount organization](https://docs.aws.amazon.com//prescriptive-guidance/latest/patterns/set-up-aws-cloudformation-drift-detection-in-a-multi-region-multi-account-organization.html) in the AWS Prescriptive Guidance documentation.