ec2_modify_instance_network_performance_options: Change the configuration of the network performance options...

View source: R/ec2_operations.R

ec2_modify_instance_network_performance_optionsR Documentation

Change the configuration of the network performance options for an existing instance

Description

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.

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 is UnauthorizedOperation.


paws.compute documentation built on April 4, 2025, 5:47 a.m.