Class: Aws::EC2::Types::LaunchTemplateNetworkPerformanceOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LaunchTemplateNetworkPerformanceOptionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
When you configure network performance options in your launch template, your instance is geared for performance improvements based on the workload that it runs as soon as it’s available.
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.
48615 48616 48617 48618 48619 |
# File 'lib/aws-sdk-ec2/types.rb', line 48615 class LaunchTemplateNetworkPerformanceOptionsRequest < Struct.new( :bandwidth_weighting) SENSITIVE = [] include Aws::Structure end |