AWS Security ChangesHomeSearch

AWS ec2 documentation change

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

File: ec2/latest/devguide/example_ec2_DeleteVolume_section.md

Summary

Added new 'Action examples in context' section with links to EBS volume management and EBS encryption examples

Security assessment

This change adds references to existing examples about EBS management and encryption. While the referenced examples may contain security content about encryption, this change itself only adds cross-reference links, not new security documentation.

Diff

diff --git a/ec2/latest/devguide/example_ec2_DeleteVolume_section.md b/ec2/latest/devguide/example_ec2_DeleteVolume_section.md
index 893acfb6b..b6115414b 100644
--- a//ec2/latest/devguide/example_ec2_DeleteVolume_section.md
+++ b//ec2/latest/devguide/example_ec2_DeleteVolume_section.md
@@ -10,0 +11,9 @@ The following code examples show how to use `DeleteVolume`.
+Action examples are code excerpts from larger programs and must be run in context. You can see this action in context in the following code examples: 
+
+  * [Creating and managing Amazon EBS volumes](./example_ec2_GettingStarted_020_section.html)
+
+  * [Working with Amazon EBS encryption, snapshots, and volume initialization](./example_ec2_GettingStarted_022_section.html)
+
+
+
+