AWS AWSEC2 documentation change
Summary
Updated example VPC ID and simplified PowerShell command reference
Security assessment
Example value update and command syntax cleanup with no security impact
Diff
diff --git a/AWSEC2/latest/UserGuide/creating-security-group.md b/AWSEC2/latest/UserGuide/creating-security-group.md index 4a251f107..7c4513139 100644 --- a//AWSEC2/latest/UserGuide/creating-security-group.md +++ b//AWSEC2/latest/UserGuide/creating-security-group.md @@ -69 +69 @@ Use the following [create-security-group](https://awscli.amazonaws.com/v2/docume - --vpc-id vpc-0a60eb65b4EXAMPLE + --vpc-id vpc-1234567890abcdef0 @@ -78 +78 @@ PowerShell -Use the following [New-EC2SecurityGroup](https://docs.aws.amazon.com/powershell/latest/reference/items/New-EC2SecurityGroup.html) cmdlet. +Use the [New-EC2SecurityGroup](https://docs.aws.amazon.com/powershell/latest/reference/items/New-EC2SecurityGroup.html) cmdlet. @@ -84 +84 @@ Use the following [New-EC2SecurityGroup](https://docs.aws.amazon.com/powershell/ - -VpcId vpc-0a60eb65b4EXAMPLE + -VpcId vpc-1234567890abcdef0