AWS Security ChangesHomeSearch

AWS code-library documentation change

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

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

Summary

Updated the list of related examples, replacing old VPC examples with a broader set including ECS Service Connect, basic VPC, ECS tasks, RDS, EBS, Marketplace Buyer, DocumentDB, EC2, ElastiCache, MSK, Neptune, ELB, and VPC with private servers.

Security assessment

This change updates related examples for the AuthorizeSecurityGroupIngress action. While security groups are a security feature, the change itself is just a list update and doesn't add new security documentation or address a security issue.

Diff

diff --git a/code-library/latest/ug/ec2_example_ec2_AuthorizeSecurityGroupIngress_section.md b/code-library/latest/ug/ec2_example_ec2_AuthorizeSecurityGroupIngress_section.md
index 0d77d638b..63868065c 100644
--- a//code-library/latest/ug/ec2_example_ec2_AuthorizeSecurityGroupIngress_section.md
+++ b//code-library/latest/ug/ec2_example_ec2_AuthorizeSecurityGroupIngress_section.md
@@ -17 +17 @@ 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)
+  * [Configure Amazon ECS Service Connect](./ec2_example_ecs_ServiceConnect_085_section.html)
@@ -19 +19,25 @@ Action examples are code excerpts from larger programs and must be run in contex
-  * [Get started with Amazon VPC](./ec2_example_vpc_GettingStartedCLI_section.html)
+  * [Create a basic VPC](./ec2_example_vpc_GettingStartedCLI_section.html)
+
+  * [Create an Amazon ECS Linux task for the Fargate launch type](./ec2_example_ecs_GettingStarted_086_section.html)
+
+  * [Creating an Amazon ECS service for the EC2 launch type](./ec2_example_ecs_GettingStarted_018_section.html)
+
+  * [Creating an Amazon RDS DB instance](./ec2_example_rds_GettingStarted_036_section.html)
+
+  * [Creating and managing Amazon EBS volumes](./ec2_example_ec2_GettingStarted_020_section.html)
+
+  * [Get started with Marketplace Buyer](./ec2_example_ec2_GettingStarted_030_section.html)
+
+  * [Getting started with Amazon DocumentDB](./ec2_example_docdb_GettingStarted_025_section.html)
+
+  * [Getting started with Amazon EC2](./ec2_example_ec2_GettingStarted_013_section.html)
+
+  * [Getting started with Amazon ElastiCache](./ec2_example_ec2_GettingStarted_065_section.html)
+
+  * [Getting started with Amazon MSK](./ec2_example_ec2_GettingStarted_057_section.html)
+
+  * [Getting started with Amazon Neptune](./ec2_example_ec2_GettingStarted_064_section.html)
+
+  * [Getting started with Elastic Load Balancing](./ec2_example_elastic_load_balancing_v2_GettingStarted_058_section.html)
+
+  * [VPC with private servers](./ec2_example_vpc_GettingStartedPrivate_section.html)