Change the configuration of the network performance options for an existing instance.
See https://www.paws-r-sdk.com/docs/ec2_modify_instance_network_performance_options/ for full documentation.
ec2_modify_instance_network_performance_options(
InstanceId,
BandwidthWeighting,
DryRun = NULL
)
[required] The ID of the instance to update.
[required] Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:
default
This option uses the standard bandwidth configuration for your instance type.
vpc-1
This option boosts your networking baseline bandwidth and reduces your EBS baseline bandwidth.
ebs-1
This option boosts your EBS baseline bandwidth and reduces your networking baseline bandwidth.
Checks whether you have the required permissions for the operation,
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
.