AWS ec2 documentation change
Summary
Added PowerShell V5 example for modifying route table entries
Security assessment
Route configuration is network management rather than security-specific documentation
Diff
diff --git a/ec2/latest/devguide/example_ec2_ReplaceRoute_section.md b/ec2/latest/devguide/example_ec2_ReplaceRoute_section.md index cab38f968..2ebf10e52 100644 --- a//ec2/latest/devguide/example_ec2_ReplaceRoute_section.md +++ b//ec2/latest/devguide/example_ec2_ReplaceRoute_section.md @@ -46,0 +47,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example replaces the specified route for the specified route table. The new route sends the specified traffic to the specified virtual private gateway.** + + + Set-EC2Route -RouteTableId rtb-1a2b3c4d -DestinationCidrBlock 10.0.0.0/24 -GatewayId vgw-1a2b3c4d + + + * For API details, see [ReplaceRoute](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +