AWS ec2 documentation change
Summary
Added a new 'Action examples' section with links to examples about managing EBS volumes and working with EBS encryption.
Security assessment
The change adds contextual example links. One linked example mentions EBS encryption, but the change itself does not add new security documentation; it only references existing content.
Diff
diff --git a/ec2/latest/devguide/example_ec2_CreateVolume_section.md b/ec2/latest/devguide/example_ec2_CreateVolume_section.md index 1bb5638db..4b71ccc61 100644 --- a//ec2/latest/devguide/example_ec2_CreateVolume_section.md +++ b//ec2/latest/devguide/example_ec2_CreateVolume_section.md @@ -10,0 +11,9 @@ The following code examples show how to use `CreateVolume`. +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) + + + +