AWS Security ChangesHomeSearch

AWS cli medium security documentation change

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

File: cli/latest/reference/ec2/associate-security-group-vpc.md

Summary

Removed VPC ownership requirement and updated CLI version references

Security assessment

The removal of 'and the VPC that it was created in' from security group association requirements changes access control policies. This could impact security configurations by relaxing ownership requirements for VPC associations.

Diff

diff --git a/cli/latest/reference/ec2/associate-security-group-vpc.md b/cli/latest/reference/ec2/associate-security-group-vpc.md
index 6da5022b1..adf130018 100644
--- a//cli/latest/reference/ec2/associate-security-group-vpc.md
+++ b//cli/latest/reference/ec2/associate-security-group-vpc.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.46 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.49 Command Reference](../../index.html) »
@@ -66 +66 @@ Associates a security group with another VPC in the same Region. This enables yo
-  * You must own the security group and the VPC that it was created in.
+  * You must own the security group.
@@ -258 +258 @@ State -> (string)
-  * [AWS CLI 2.27.46 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.49 Command Reference](../../index.html) »