View source: R/ec2_operations.R
ec2_modify_instance_network_performance_options | R Documentation |
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
)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.