Class: Aws::EC2::Types::LaunchTemplateNetworkPerformanceOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LaunchTemplateNetworkPerformanceOptions
- 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 at launch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bandwidth_weighting ⇒ String
When you configure network bandwidth weighting, you can boost 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 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.
48657 48658 48659 48660 48661 |
# File 'lib/aws-sdk-ec2/types.rb', line 48657 class LaunchTemplateNetworkPerformanceOptions < Struct.new( :bandwidth_weighting) SENSITIVE = [] include Aws::Structure end |