AWS code-library documentation change
Summary
Added links to VPC configuration guides (private subnets, NAT gateways, Transit Gateway, VPC IPAM)
Security assessment
Added documentation about network isolation (private subnets) and NAT gateways, which are security-relevant network architecture patterns. However, no specific vulnerability is addressed.
Diff
diff --git a/code-library/latest/ug/ec2_code_examples.md b/code-library/latest/ug/ec2_code_examples.md index 5a3f30989..8ad0d38cc 100644 --- a//code-library/latest/ug/ec2_code_examples.md +++ b//code-library/latest/ug/ec2_code_examples.md @@ -1134,0 +1135,8 @@ The `entry.swift` file. + * [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) + + * [Get started with VPC IPAM](./ec2_example_vpc_GettingStartedIpam_section.html) +