AWS ec2 documentation change
Summary
Added references to VPC configuration guides in examples
Security assessment
Routine update adding network setup examples, no security implications identified
Diff
diff --git a/ec2/latest/devguide/example_ec2_CreateRouteTable_section.md b/ec2/latest/devguide/example_ec2_CreateRouteTable_section.md index 02d7b1433..8e8c751ad 100644 --- a//ec2/latest/devguide/example_ec2_CreateRouteTable_section.md +++ b//ec2/latest/devguide/example_ec2_CreateRouteTable_section.md @@ -8,0 +9,9 @@ The following code examples show how to use `CreateRouteTable`. +Action examples are code excerpts from larger programs and must be run in context. You can see this action in context in the following code examples: + + * [Create a VPC with private subnets and NAT gateways](./example_vpc_GettingStartedPrivate_section.html) + + * [Get started with Amazon VPC](./example_vpc_GettingStartedCLI_section.html) + + + +