Change the configuration of the network performance options for an existing instance
Source:R/ec2_operations.R
ec2_modify_instance_network_performance_options.RdChange 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.
Usage
ec2_modify_instance_network_performance_options(
InstanceId,
BandwidthWeighting,
DryRun = NULL
)Arguments
- InstanceId
[required] The ID of the instance to update.
- BandwidthWeighting
[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.
- DryRun
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 isUnauthorizedOperation.