AWS Security ChangesHomeSearch

AWS ec2 documentation change

Service: ec2 · 2026-04-19 · Documentation low

File: ec2/latest/devguide/example_ec2_DeleteSubnet_section.md

Summary

Updated related examples section by replacing VPC creation example with basic VPC example and adding Neptune, VPC with private servers, and VPC peering examples

Security assessment

This change only updates cross-references to other documentation examples. No security content was added or modified. The change appears to be routine documentation maintenance to improve navigation between related examples.

Diff

diff --git a/ec2/latest/devguide/example_ec2_DeleteSubnet_section.md b/ec2/latest/devguide/example_ec2_DeleteSubnet_section.md
index 5ef54cc80..71e520c50 100644
--- a//ec2/latest/devguide/example_ec2_DeleteSubnet_section.md
+++ b//ec2/latest/devguide/example_ec2_DeleteSubnet_section.md
@@ -13 +13 @@ Action examples are code excerpts from larger programs and must be run in contex
-  * [Create a VPC with private subnets and NAT gateways](./example_vpc_GettingStartedPrivate_section.html)
+  * [Create a basic VPC](./example_vpc_GettingStartedCLI_section.html)
@@ -15 +15,5 @@ Action examples are code excerpts from larger programs and must be run in contex
-  * [Get started with Amazon VPC](./example_vpc_GettingStartedCLI_section.html)
+  * [Getting started with Amazon Neptune](./example_ec2_GettingStarted_064_section.html)
+
+  * [VPC with private servers](./example_vpc_GettingStartedPrivate_section.html)
+
+  * [Working with VPC peering connections](./example_ec2_GettingStarted_015_section.html)