AWS Security ChangesHomeSearch

AWS prescriptive-guidance documentation change

Service: prescriptive-guidance · 2026-07-10 · Documentation low

File: prescriptive-guidance/latest/cloud-design-patterns/acl.md

Summary

Updated image paths and removed trailing hyphens from image alt texts in Anti-Corruption Layer pattern documentation

Security assessment

Changes are purely structural/image path updates with no security implications. The Anti-Corruption Layer pattern documentation does not contain security-specific modifications in this diff.

Diff

diff --git a/prescriptive-guidance/latest/cloud-design-patterns/acl.md b/prescriptive-guidance/latest/cloud-design-patterns/acl.md
index 87257a75b..9f4095716 100644
--- a//prescriptive-guidance/latest/cloud-design-patterns/acl.md
+++ b//prescriptive-guidance/latest/cloud-design-patterns/acl.md
@@ -61 +61 @@ In the following example architecture, a monolithic application has three servic
-![Monolithic application with three services.](/images/prescriptive-guidance/latest/cloud-design-patterns/images/acl-1.png)
+![Monolithic application with three services](/images/prescriptive-guidance/latest/cloud-design-patterns/images/guide-img/48f618e4-d8ad-490f-982b-7b304dbf76c9/images/96c5b594-d1bb-4a54-8cc2-d9d088490039.png)
@@ -65 +65 @@ In the following architecture, the user service has been migrated to a new micro
-![Monolithic application where one service is moved out to a microservice.](/images/prescriptive-guidance/latest/cloud-design-patterns/images/acl-2.png)
+![Monolithic application where one service is moved out to a microservice](/images/prescriptive-guidance/latest/cloud-design-patterns/images/guide-img/48f618e4-d8ad-490f-982b-7b304dbf76c9/images/d37cfd9a-8938-40d4-bcd3-4f37154c5cb9.png)
@@ -71 +71 @@ In this case, we recommend that you introduce an ACL between the old user servic
-![Adding an anti-corruption layer.](/images/prescriptive-guidance/latest/cloud-design-patterns/images/acl-3.png)
+![Adding an anti-corruption layer](/images/prescriptive-guidance/latest/cloud-design-patterns/images/guide-img/48f618e4-d8ad-490f-982b-7b304dbf76c9/images/d06ebf02-c3b5-4224-b091-dc8d0026c0a9.png)
@@ -77 +77 @@ The following diagram shows how you can implement this ACL example by using AWS
-![Implementing the ACL pattern with AWS services.](/images/prescriptive-guidance/latest/cloud-design-patterns/images/acl-4.png)
+![Implementing the ACL pattern with AWS services.](/images/prescriptive-guidance/latest/cloud-design-patterns/images/guide-img/48f618e4-d8ad-490f-982b-7b304dbf76c9/images/d0b414ab-9b41-46a8-949d-44289eac047d.png)
@@ -147,2 +146,0 @@ The following code snippet provides the changes to the original service and the
-****
-