AWS Security ChangesHomeSearch

AWS ec2 documentation change

Service: ec2 · 2026-06-16 · Documentation low

File: ec2/latest/devguide/service_code_examples.md

Summary

Updated titles of code examples to use more generic/descriptive terms instead of specific AWS service names

Security assessment

The changes are purely editorial rewordings of documentation titles without any security context. There are no mentions of vulnerabilities, security best practices, access controls, or encryption improvements. Changes like 'Creating an Amazon EBS volume' to 'Creating and managing block storage volumes' are terminology updates without security implications.

Diff

diff --git a/ec2/latest/devguide/service_code_examples.md b/ec2/latest/devguide/service_code_examples.md
index fb6152274..42673dd84 100644
--- a//ec2/latest/devguide/service_code_examples.md
+++ b//ec2/latest/devguide/service_code_examples.md
@@ -407 +407 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Configure Amazon ECS Service Connect](./example_ecs_ServiceConnect_085_section.html)
+    * [Configure container service connectivity](./example_ecs_ServiceConnect_085_section.html)
@@ -409 +409 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Create a basic VPC](./example_vpc_GettingStartedCLI_section.html)
+    * [Create a basic virtual private network](./example_vpc_GettingStartedCLI_section.html)
@@ -411 +411 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Create an Amazon ECS Linux task for the Fargate launch type](./example_ecs_GettingStarted_086_section.html)
+    * [Create a container task for the serverless launch type](./example_ecs_GettingStarted_086_section.html)
@@ -413 +413 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Creating an Amazon ECS service for the EC2 launch type](./example_ecs_GettingStarted_018_section.html)
+    * [Creating a container service for virtual machine instances](./example_ecs_GettingStarted_018_section.html)
@@ -415 +415 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Creating an Amazon RDS DB instance](./example_rds_GettingStarted_036_section.html)
+    * [Creating a relational database instance](./example_rds_GettingStarted_036_section.html)
@@ -417 +417 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Creating and managing Amazon EBS volumes](./example_ec2_GettingStarted_020_section.html)
+    * [Creating and managing a service networking mesh](./example_vpc_lattice_GettingStarted_055_section.html)
@@ -419 +419 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Creating and managing a VPC Lattice service network](./example_vpc_lattice_GettingStarted_055_section.html)
+    * [Creating and managing block storage volumes](./example_ec2_GettingStarted_020_section.html)
@@ -421 +421 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Get started with Aws Direct Connect](./example_directconnect_GettingStarted_051_section.html)
+    * [Get started with dedicated network connections](./example_directconnect_GettingStarted_051_section.html)
@@ -423 +423 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Get started with Marketplace Buyer](./example_ec2_GettingStarted_030_section.html)
+    * [Get started with software marketplace purchasing](./example_ec2_GettingStarted_030_section.html)
@@ -425 +425 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Getting started with Amazon DocumentDB](./example_docdb_GettingStarted_025_section.html)
+    * [Getting started with big data processing clusters](./example_emr_GettingStarted_037_section.html)
@@ -427 +427 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Getting started with Amazon EC2](./example_ec2_GettingStarted_013_section.html)
+    * [Getting started with document databases](./example_docdb_GettingStarted_025_section.html)
@@ -429 +429 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Getting started with Amazon EMR](./example_emr_GettingStarted_037_section.html)
+    * [Getting started with graph databases](./example_ec2_GettingStarted_064_section.html)
@@ -431 +431 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Getting started with Amazon ElastiCache](./example_ec2_GettingStarted_065_section.html)
+    * [Getting started with in-memory caching](./example_ec2_GettingStarted_065_section.html)
@@ -433 +433 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Getting started with Amazon MSK](./example_ec2_GettingStarted_057_section.html)
+    * [Getting started with load balancing](./example_elastic_load_balancing_v2_GettingStarted_058_section.html)
@@ -435 +435 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Getting started with Amazon Neptune](./example_ec2_GettingStarted_064_section.html)
+    * [Getting started with managed streaming](./example_ec2_GettingStarted_057_section.html)
@@ -437 +437 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Getting started with Amazon VPC Transit Gateway](./example_vpc_TransitGatewayGettingStarted_section.html)
+    * [Getting started with network transit gateways](./example_vpc_TransitGatewayGettingStarted_section.html)
@@ -439 +439 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Getting started with Elastic Load Balancing](./example_elastic_load_balancing_v2_GettingStarted_058_section.html)
+    * [Getting started with video transport streaming](./example_mediaconnect_GettingStarted_081_section.html)
@@ -441 +441 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Getting started with Elemental MediaConnect](./example_mediaconnect_GettingStarted_081_section.html)
+    * [Getting started with virtual machines](./example_ec2_GettingStarted_013_section.html)
@@ -443 +443 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Run CPU stress tests on EC2 instances using FIS](./example_iam_GettingStarted_069_section.html)
+    * [Run CPU stress tests on virtual machine instances using fault injection](./example_iam_GettingStarted_069_section.html)
@@ -445 +445 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [VPC with IPAM](./example_vpc_GettingStartedIpam_section.html)
+    * [Virtual private network with IP address management](./example_vpc_GettingStartedIpam_section.html)
@@ -447 +447 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [VPC with private servers](./example_vpc_GettingStartedPrivate_section.html)
+    * [Virtual private network with private servers](./example_vpc_GettingStartedPrivate_section.html)
@@ -449 +449 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Working with Amazon EBS encryption, snapshots, and volume initialization](./example_ec2_GettingStarted_022_section.html)
+    * [Working with block storage encryption, snapshots, and volume initialization](./example_ec2_GettingStarted_022_section.html)
@@ -451 +451 @@ For a complete list of AWS SDK developer guides and code examples, see [Create A
-    * [Working with VPC peering connections](./example_ec2_GettingStarted_015_section.html)
+    * [Working with network peering connections](./example_ec2_GettingStarted_015_section.html)