Modify Volume

GET {{aws_ec2_base_url}}/?DryRun&Iops&Size&VolumeId&VolumeType&Action=ModifyVolume

You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity.

Request Params

KeyDatatypeRequiredDescription
DryRunnullChecks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
IopsnullThe target IOPS rate of the volume.
SizenullThe target size of the volume, in GiB. The target volume size must be greater than or equal to than the existing size of the volume. For information about available EBS volume sizes, see Amazon EBS Volume Types.
VolumeIdnullThe ID of the volume.
VolumeTypenullThe target EBS volume type of the volume.
Actionstring