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
Key | Datatype | Required | Description |
---|---|---|---|
DryRun | null | Checks 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. | |
Iops | null | The target IOPS rate of the volume. | |
Size | null | The 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. | |
VolumeId | null | The ID of the volume. | |
VolumeType | null | The target EBS volume type of the volume. | |
Action | string |