Class: Aws::EC2::Types::InstanceNetworkPerformanceOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceNetworkPerformanceOptionsRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Configure network performance options for your instance that are geared towards performance improvements based on the workload that it runs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bandwidth_weighting ⇒ String
Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:.
Instance Attribute Details
#bandwidth_weighting ⇒ String
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.
44029 44030 44031 44032 44033 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44029 class InstanceNetworkPerformanceOptionsRequest < Struct.new( :bandwidth_weighting) SENSITIVE = [] include Aws::Structure end |