AWS code-library documentation change
Summary
Added 'Action examples' section with links to EBS volume management and encryption guides
Security assessment
Similar to the DescribeVolumes change, this adds links to EBS encryption documentation, improving access to security feature documentation. The change doesn't address a specific security issue but enhances discoverability of security-related content.
Diff
diff --git a/code-library/latest/ug/ec2_example_ec2_DetachVolume_section.md b/code-library/latest/ug/ec2_example_ec2_DetachVolume_section.md index 05410e687..803740678 100644 --- a//code-library/latest/ug/ec2_example_ec2_DetachVolume_section.md +++ b//code-library/latest/ug/ec2_example_ec2_DetachVolume_section.md @@ -12,0 +13,9 @@ The following code examples show how to use `DetachVolume`. +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) + + + +