AWS cli documentation change
Summary
Fixed syntax in example command and updated CLI version reference
Security assessment
Corrected example syntax; no security vulnerability addressed
Diff
diff --git a/cli/latest/reference/ec2/authorize-security-group-ingress.md b/cli/latest/reference/ec2/authorize-security-group-ingress.md index 0fb3eedf2..fa1a7d2dd 100644 --- a//cli/latest/reference/ec2/authorize-security-group-ingress.md +++ b//cli/latest/reference/ec2/authorize-security-group-ingress.md @@ -15 +15 @@ - * [AWS CLI 2.33.2 Command Reference](../../index.html) » + * [AWS CLI 2.33.4 Command Reference](../../index.html) » @@ -680 +680 @@ The following `authorize-security-group-ingress` example uses the `ip-permission - --ip-permissions 'IpProtocol=tcp,FromPort=3389,ToPort=3389,IpRanges=[{CidrIp=172.31.0.0/16}]" "IpProtocol=icmp,FromPort=-1,ToPort=-1,IpRanges=[{CidrIp=172.31.0.0/16}]' + --ip-permissions 'IpProtocol=tcp,FromPort=3389,ToPort=3389,IpRanges=[{CidrIp=172.31.0.0/16}]' 'IpProtocol=icmp,FromPort=-1,ToPort=-1,IpRanges=[{CidrIp=172.31.0.0/16}]' @@ -984 +984 @@ SecurityGroupRules -> (list) - * [AWS CLI 2.33.2 Command Reference](../../index.html) » + * [AWS CLI 2.33.4 Command Reference](../../index.html) »