AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2026-04-19 · Documentation medium

File: code-library/latest/ug/ec2_example_vpc_GettingStartedCLI_section.md

Summary

Major rewrite of VPC getting started guide: changed title, updated objectives list, and modified next steps links

Security assessment

The change restructures the VPC getting started guide but removes explicit security considerations. The original version included 'Configure security' and 'Consider security implications' as explicit steps, while the new version focuses on technical configuration without explicit security guidance. This could potentially reduce security awareness for users, but doesn't directly address a security issue.

Diff

diff --git a/code-library/latest/ug/ec2_example_vpc_GettingStartedCLI_section.md b/code-library/latest/ug/ec2_example_vpc_GettingStartedCLI_section.md
index 8940814a1..f4b12aab6 100644
--- a//code-library/latest/ug/ec2_example_vpc_GettingStartedCLI_section.md
+++ b//code-library/latest/ug/ec2_example_vpc_GettingStartedCLI_section.md
@@ -9 +9 @@ There are more AWS SDK examples available in the [AWS Doc SDK Examples](https://
-# Get started using Amazon VPC using the CLI
+# Getting started with Amazon VPC
@@ -13 +13 @@ The following code example shows how to:
-  * Set up your account
+  * Create a VPC
@@ -15 +15 @@ The following code example shows how to:
-  * Create and configure a VPC
+  * Create subnets
@@ -17 +17 @@ The following code example shows how to:
-  * Configure your network
+  * Configure internet connectivity
@@ -19 +19 @@ The following code example shows how to:
-  * Configure security
+  * Create a NAT Gateway
@@ -21 +21 @@ The following code example shows how to:
-  * Deploy resources
+  * Configure subnet settings
@@ -23 +23 @@ The following code example shows how to:
-  * Test and verify
+  * Create security groups
@@ -25,5 +25 @@ The following code example shows how to:
-  * Clean up resources
-
-  * Consider production implications
-
-  * Consider security implications
+  * Verify your VPC configuration
@@ -649 +645 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please
-Create a VPC with private subnets and NAT gateways
+Configure Amazon ECS Service Connect
@@ -651 +647 @@ Create a VPC with private subnets and NAT gateways
-Get started with Transit Gateway
+Create an Amazon ECS Linux task for the Fargate launch type