Class: Aws::EC2::Types::InstanceNetworkPerformanceOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceNetworkPerformanceOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
With network performance options, you can adjust your bandwidth preferences to meet the needs of the workload that runs on your instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bandwidth_weighting ⇒ String
When you configure network bandwidth weighting, you can boost your baseline bandwidth for either networking or EBS by up to 25%.
Instance Attribute Details
#bandwidth_weighting ⇒ String
When you configure network bandwidth weighting, you can boost your baseline bandwidth for either networking or EBS by up to 25%. The total available baseline bandwidth for your instance remains the same. The default option uses the standard bandwidth configuration for your instance type.
43514 43515 43516 43517 43518 |
# File 'lib/aws-sdk-ec2/types.rb', line 43514 class InstanceNetworkPerformanceOptions < Struct.new( :bandwidth_weighting) SENSITIVE = [] include Aws::Structure end |