Class: Aws::EC2::Types::LaunchTemplateNetworkPerformanceOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bandwidth_weightingString

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.

Returns:

  • (String)


48583
48584
48585
48586
48587
# File 'lib/aws-sdk-ec2/types.rb', line 48583

class LaunchTemplateNetworkPerformanceOptions < Struct.new(
  :bandwidth_weighting)
  SENSITIVE = []
  include Aws::Structure
end