diff --git a/docs/modify-volume.md b/docs/modify-volume.md index 4c2af93f8a..4fd95fa089 100644 --- a/docs/modify-volume.md +++ b/docs/modify-volume.md @@ -40,7 +40,8 @@ The EBS CSI Driver also supports modifying tags of existing volumes (only availa ## Considerations -- Keep in mind the [6 hour cooldown period](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyVolume.html) for EBS ModifyVolume. Multiple ModifyVolume calls for the same volume within a 6 hour period will fail. +- Keep in mind the [6-hour cooldown period](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyVolume.html) for EBS ModifyVolume. Multiple ModifyVolume calls for the same volume within a 6-hour period will fail. + - Note: If your volume modification only creates/modifies AWS resource tags, EBS ModifyVolume will not be called and this 6-hour cooldown period does not apply. - Ensure that the desired volume properties are permissible. The driver does minimum client side validation. ## Example diff --git a/examples/kubernetes/modify-volume/manifests/volumeattributesclass.yaml b/examples/kubernetes/modify-volume/manifests/volumeattributesclass.yaml index b263b57f80..371ca32bf6 100644 --- a/examples/kubernetes/modify-volume/manifests/volumeattributesclass.yaml +++ b/examples/kubernetes/modify-volume/manifests/volumeattributesclass.yaml @@ -19,7 +19,5 @@ metadata: name: io2-class driverName: ebs.csi.aws.com parameters: - type: io2 + type: io3 iops: "3000" - tagSpecification_1: "location=Seattle" - tagSpecification_2: "cost-center="