AWS efs documentation change
Summary
Added IPv6 protocol support mention in VPC peering connection documentation
Security assessment
The change adds IPv6 protocol support documentation but doesn't address any specific security vulnerability or weakness. While IPv6 implementation can have security implications, the documentation update itself simply expands protocol coverage without indicating any security fixes or vulnerabilities.
Diff
diff --git a/efs/latest/ug/manage-fs-access-change-vpc.md b/efs/latest/ug/manage-fs-access-change-vpc.md index 992acd73c..4d2900e32 100644 --- a//efs/latest/ug/manage-fs-access-change-vpc.md +++ b//efs/latest/ug/manage-fs-access-change-vpc.md @@ -22 +22 @@ You can mount the EFS file system from these targets: -A _VPC peering connection_ is a networking connection between two VPCs that enables you to route traffic between them. The connection can use private Internet Protocol version 4 (IPv4). For more information on how Amazon EFS works with VPC peering, see [Mounting EFS file systems from another AWS account or VPC](./manage-fs-access-vpc-peering.html). +A _VPC peering connection_ is a networking connection between two VPCs that enables you to route traffic between them. The connection can use private Internet Protocol version 4 (IPv4) or version 6 (IPv6). For more information on how Amazon EFS works with VPC peering, see [Mounting EFS file systems from another AWS account or VPC](./manage-fs-access-vpc-peering.html).