AWS AWSEC2 documentation change
Summary
Simplified PowerShell command references by removing 'following'
Security assessment
Formatting changes to command syntax without modifying security group configuration guidance
Diff
diff --git a/AWSEC2/latest/UserGuide/changing-security-group.md b/AWSEC2/latest/UserGuide/changing-security-group.md index 8e121ef42..ac21b0043 100644 --- a//AWSEC2/latest/UserGuide/changing-security-group.md +++ b//AWSEC2/latest/UserGuide/changing-security-group.md @@ -72 +72 @@ PowerShell -Use the following [Edit-EC2InstanceAttribute](https://docs.aws.amazon.com/powershell/latest/reference/items/Edit-EC2InstanceAttribute.html) cmdlet. +Use the [Edit-EC2InstanceAttribute](https://docs.aws.amazon.com/powershell/latest/reference/items/Edit-EC2InstanceAttribute.html) cmdlet. @@ -209 +209 @@ Use the [Grant-EC2SecurityGroupEgress](https://docs.aws.amazon.com/powershell/la -Use the following [Revoke-EC2SecurityGroupIngress](https://docs.aws.amazon.com/powershell/latest/reference/items/Revoke-EC2SecurityGroupIngress.html) cmdlet to remove inbound rules. +Use the [Revoke-EC2SecurityGroupIngress](https://docs.aws.amazon.com/powershell/latest/reference/items/Revoke-EC2SecurityGroupIngress.html) cmdlet to remove inbound rules. @@ -216 +216 @@ Use the following [Revoke-EC2SecurityGroupIngress](https://docs.aws.amazon.com/p -Use the following [Revoke-EC2SecurityGroupEgress](https://docs.aws.amazon.com/powershell/latest/reference/items/Revoke-EC2SecurityGroupEgress.html) cmdlet to remove outbound rules. +Use the [Revoke-EC2SecurityGroupEgress](https://docs.aws.amazon.com/powershell/latest/reference/items/Revoke-EC2SecurityGroupEgress.html) cmdlet to remove outbound rules. @@ -225 +225 @@ Use the following [Revoke-EC2SecurityGroupEgress](https://docs.aws.amazon.com/po -Use the following [Edit-EC2SecurityGroupRule](https://docs.aws.amazon.com/powershell/latest/reference/items/Edit-EC2SecurityGroupRule.html) cmdlet. The following example changes the IPv4 CIDR block of the specified security group rule. +Use the [Edit-EC2SecurityGroupRule](https://docs.aws.amazon.com/powershell/latest/reference/items/Edit-EC2SecurityGroupRule.html) cmdlet. The following example changes the IPv4 CIDR block of the specified security group rule.