AWS Security ChangesHomeSearch

AWS datasync medium security documentation change

Service: datasync · 2025-07-04 · Security-related medium

File: datasync/latest/userguide/create-efs-location.md

Summary

Corrected security group reference in network configuration example

Security assessment

Fixes misdirected security group reference (S→D) which could prevent network misconfigurations. This addresses potential security through proper access control configuration.

Diff

diff --git a/datasync/latest/userguide/create-efs-location.md b/datasync/latest/userguide/create-efs-location.md
index bb046d971..5ae3ceb76 100644
--- a//datasync/latest/userguide/create-efs-location.md
+++ b//datasync/latest/userguide/create-efs-location.md
@@ -61 +61 @@ For example, here's how you might create a relationship between security group D
-  * Security group M, which you associate with the mount target, must allow inbound access on NFS port 2049 from security group S.
+  * Security group M, which you associate with the mount target, must allow inbound access on NFS port 2049 from security group D.