AWS ebs documentation change
Summary
Minor editorial fixes including hyphenation correction ('point in time' to 'point-in-time'), adding a period at end of sentence, and grammar fix ('initiate volume copy operation' to 'initiate a volume copy operation')
Security assessment
These are purely editorial/grammatical changes with no security implications. No security vulnerabilities, weaknesses, or incidents are mentioned or addressed.
Diff
diff --git a/ebs/latest/userguide/ebs-copying-volume.md b/ebs/latest/userguide/ebs-copying-volume.md index 28afe514e..80fa3a699 100644 --- a//ebs/latest/userguide/ebs-copying-volume.md +++ b//ebs/latest/userguide/ebs-copying-volume.md @@ -9 +9 @@ InitializationEncryptionConsiderationsPricingCopy a volume -You can create an instant point-in-time copy of an Amazon EBS volume within the same Availability Zone. A volume copy begins as a crash-consistent, point in time copy of the source volume. It includes all the data blocks written to the source volume at the time the volume copy initialization begins. The volume copy gets its own unique volume ID. Volume copies are created immediately and can be attached to an Amazon EC2 instance once it reaches the `available` state. Using volume copies, you can quickly copy your production data for test and development environments. +You can create an instant point-in-time copy of an Amazon EBS volume within the same Availability Zone. A volume copy begins as a crash-consistent, point-in-time copy of the source volume. It includes all the data blocks written to the source volume at the time the volume copy initialization begins. The volume copy gets its own unique volume ID. Volume copies are created immediately and can be attached to an Amazon EC2 instance once it reaches the `available` state. Using volume copies, you can quickly copy your production data for test and development environments. @@ -32 +32 @@ The volume copy can exceed the baseline performance when the following criteria - 2. The source volume has unutilized performance capacity (driven performance is less than provisioned performance) + 2. The source volume has unutilized performance capacity (driven performance is less than provisioned performance). @@ -80 +80 @@ Copies of encrypted volumes are automatically encrypted with the same KMS key as -When you initiate volume copy operation, you are charged a one-time fee per GiB of data blocks written to the volume copy. After the volume copy is created, it is charged the same way as any other Amazon EBS volume in your account. For more information, see [Amazon EBS pricing](https://aws.amazon.com/ebs/pricing/). +When you initiate a volume copy operation, you are charged a one-time fee per GiB of data blocks written to the volume copy. After the volume copy is created, it is charged the same way as any other Amazon EBS volume in your account. For more information, see [Amazon EBS pricing](https://aws.amazon.com/ebs/pricing/).