Skip to content

Commit

Permalink
Update volume modification example 6 hour cooldown note
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSirenko committed Dec 27, 2024
1 parent b151936 commit 996e92c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/modify-volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 996e92c

Please sign in to comment.