Launch Configuration
The AWS::AutoScaling::LaunchConfiguration resource specifies the launch configuration that can be used by an Auto Scaling group to configure Amazon EC2 instances.
Properties
For Auto Scaling groups that are running in a virtual private cloud (VPC), specifies whether to assign a public IP address to the group's instances.
Specifies how block devices are exposed to the instance. You can specify virtual devices and EBS volumes.
The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to.
The IDs of one or more security groups for the VPC that you specified in the ClassicLinkVPCId property.
Specifies whether the launch configuration is optimized for EBS I/O (true) or not (false).
Provides the name or the Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance. The instance profile contains the IAM role.
The ID of the Amazon EC2 instance you want to use to create the launch configuration.
Controls whether instances in this group are launched with detailed (true) or basic (false) monitoring.
Specifies the instance type of the EC2 instance.
The name of the launch configuration. This name must be unique per Region per account.
The metadata options for the instances.
The tenancy of the instance, either default or dedicated.
A list that contains the security groups to assign to the instances in the Auto Scaling group.