AWS code-library documentation change
Summary
Added 'Action examples' section with links to EBS volume management and encryption guides
Security assessment
The change adds links to documentation about EBS encryption, which is a security feature. While this doesn't directly address a security issue, it improves access to security documentation by linking to encryption-related guides. The inclusion of 'Working with Amazon EBS encryption' suggests improved discoverability of security features.
Diff
diff --git a/code-library/latest/ug/ec2_example_ec2_DescribeVolumes_section.md b/code-library/latest/ug/ec2_example_ec2_DescribeVolumes_section.md index 667935d8c..0dd74f31b 100644 --- a//code-library/latest/ug/ec2_example_ec2_DescribeVolumes_section.md +++ b//code-library/latest/ug/ec2_example_ec2_DescribeVolumes_section.md @@ -12,0 +13,9 @@ The following code examples show how to use `DescribeVolumes`. +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) + + + +