AWS ec2 documentation change
Summary
Added new 'Action examples in context' section with a link to EBS encryption, snapshots, and volume initialization example
Security assessment
This change adds a reference to an existing example about EBS encryption. While the referenced example may contain security content about encryption, this change itself only adds a cross-reference link, not new security documentation.
Diff
diff --git a/ec2/latest/devguide/example_ec2_DeleteSnapshot_section.md b/ec2/latest/devguide/example_ec2_DeleteSnapshot_section.md index 73c6329e1..86e414028 100644 --- a//ec2/latest/devguide/example_ec2_DeleteSnapshot_section.md +++ b//ec2/latest/devguide/example_ec2_DeleteSnapshot_section.md @@ -10,0 +11,7 @@ The following code examples show how to use `DeleteSnapshot`. +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 example: + + * [Working with Amazon EBS encryption, snapshots, and volume initialization](./example_ec2_GettingStarted_022_section.html) + + + +