AWS code-library documentation change
Summary
Updated example links section to plural 'examples' and added three new VPC-related code example references
Security assessment
Change adds general usage examples for VPC configurations but contains no security-specific content or vulnerability references
Diff
diff --git a/code-library/latest/ug/ec2_example_ec2_DescribeAvailabilityZones_section.md b/code-library/latest/ug/ec2_example_ec2_DescribeAvailabilityZones_section.md index 7a5b64bea..e8405a8fa 100644 --- a//code-library/latest/ug/ec2_example_ec2_DescribeAvailabilityZones_section.md +++ b//code-library/latest/ug/ec2_example_ec2_DescribeAvailabilityZones_section.md @@ -11 +11 @@ The following code examples show how to use `DescribeAvailabilityZones`. -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 example: +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: @@ -14,0 +15,6 @@ Action examples are code excerpts from larger programs and must be run in contex + * [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) +