AWS code-library documentation change
Summary
Added a new 'Action examples' section with links to tutorials about managing EBS volumes and working with EBS encryption, snapshots, and volume initialization.
Security assessment
This change adds context for the DeleteVolume action by linking to tutorials that include EBS encryption. While EBS encryption is a security feature, this change only adds reference links, not new security documentation.
Diff
diff --git a/code-library/latest/ug/ec2_example_ec2_DeleteVolume_section.md b/code-library/latest/ug/ec2_example_ec2_DeleteVolume_section.md index 942e5799e..887be18df 100644 --- a//code-library/latest/ug/ec2_example_ec2_DeleteVolume_section.md +++ b//code-library/latest/ug/ec2_example_ec2_DeleteVolume_section.md @@ -12,0 +13,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](./ec2_example_ec2_GettingStarted_020_section.html) + + * [Working with Amazon EBS encryption, snapshots, and volume initialization](./ec2_example_ec2_GettingStarted_022_section.html) + + + +