AWS code-library documentation change
Summary
Added context links to VPC configuration tutorials including NAT gateways and Transit Gateway
Security assessment
Routine documentation improvement adding example links without security-specific content or vulnerability addressing
Diff
diff --git a/code-library/latest/ug/ec2_example_ec2_CreateSubnet_section.md b/code-library/latest/ug/ec2_example_ec2_CreateSubnet_section.md index 3aeea15c7..6d8c62f26 100644 --- a//code-library/latest/ug/ec2_example_ec2_CreateSubnet_section.md +++ b//code-library/latest/ug/ec2_example_ec2_CreateSubnet_section.md @@ -10,0 +11,11 @@ The following code examples show how to use `CreateSubnet`. +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](./ec2_example_vpc_GettingStartedPrivate_section.html) + + * [Get started with Amazon VPC](./ec2_example_vpc_GettingStartedCLI_section.html) + + * [Get started with Transit Gateway](./ec2_example_vpc_TransitGatewayGettingStarted_section.html) + + + +