AWS::AutoScaling::AutoScalingGroup NetworkBandwidthGbpsRequest - AWS CloudFormation

AWS::AutoScaling::AutoScalingGroup NetworkBandwidthGbpsRequest

NetworkBandwidthGbpsRequest is a property of the InstanceRequirements property of the AWS::AutoScaling::AutoScalingGroup LaunchTemplateOverrides property type that describes the minimum and maximum network bandwidth for an instance type, in Gbps.

Note

Setting the minimum bandwidth does not guarantee that your instance will achieve the minimum bandwidth. Amazon EC2 will identify instance types that support the specified minimum bandwidth, but the actual bandwidth of your instance might go below the specified minimum at times. For more information, see Available instance bandwidth in the Amazon EC2 User Guide for Linux Instances.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Max" : Number, "Min" : Number }

YAML

Max: Number Min: Number

Properties

Max

The maximum amount of network bandwidth, in gigabits per second (Gbps).

Required: No

Type: Number

Update requires: Some interruptions

Min

The minimum amount of network bandwidth, in gigabits per second (Gbps).

Required: No

Type: Number

Update requires: Some interruptions