AWS code-library documentation change
Summary
Added new 'Action examples' section with links to EBS volume management and EBS encryption examples
Security assessment
This change adds references to examples including EBS encryption, which is a security feature. However, it doesn't address a specific security vulnerability or incident.
Diff
diff --git a/code-library/latest/ug/ec2_example_ec2_CreateVolume_section.md b/code-library/latest/ug/ec2_example_ec2_CreateVolume_section.md index 243472087..da1324bac 100644 --- a//code-library/latest/ug/ec2_example_ec2_CreateVolume_section.md +++ b//code-library/latest/ug/ec2_example_ec2_CreateVolume_section.md @@ -12,0 +13,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](./ec2_example_ec2_GettingStarted_020_section.html) + + * [Working with Amazon EBS encryption, snapshots, and volume initialization](./ec2_example_ec2_GettingStarted_022_section.html) + + + +