AWS AWSEC2 documentation change
Summary
Minor wording clarification about security group defaults and updated CLI command URL
Security assessment
Removal of 'By default' phrasing clarifies existing security group behavior but doesn't change security implications. URL update maintains documentation accuracy without introducing new security content.
Diff
diff --git a/AWSEC2/latest/UserGuide/creating-security-group.md b/AWSEC2/latest/UserGuide/creating-security-group.md index 7c4513139..e0ac3ffe3 100644 --- a//AWSEC2/latest/UserGuide/creating-security-group.md +++ b//AWSEC2/latest/UserGuide/creating-security-group.md @@ -17 +17 @@ You can add inbound and outbound security group rules when you create a security - * By default, new security groups start with only an outbound rule that allows all traffic to leave the resource. You must add rules to enable any inbound traffic or to restrict the outbound traffic. + * New security groups start with only an outbound rule that allows all traffic to leave the resource. You must add rules to enable any inbound traffic or to restrict the outbound traffic. @@ -63 +63 @@ AWS CLI -Use the following [create-security-group](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/create-security-group.html) command. +Use the following [create-security-group](https://docs.aws.amazon.com/cli/latest/reference/ec2/create-security-group.html) command.