ServerLaunchConfiguration
Launch configuration for a server.
Contents
- associatePublicIpAddress
-
If true, a publicly accessible IP address is created when launching the server.
Type: Boolean
Required: No
- ec2KeyName
-
Name of the Amazon EC2 SSH key to be used for connecting to the launched server.
Type: String
Required: No
- instanceType
-
Instance type to be used for launching the server.
Type: String
Required: No
- logicalId
-
Logical ID of the server in the AWS CloudFormation template.
Type: String
Required: No
- securityGroup
-
Identifier of the security group that applies to the launched server.
Type: String
Required: No
- server
-
Identifier of the server with which the launch configuration is associated.
Type: Server object
Required: No
- subnet
-
Identifier of the subnet the server should be launched into.
Type: String
Required: No
- userData
-
Location of the user-data script to be executed when launching the server.
Type: UserData object
Required: No
- vpc
-
Identifier of the VPC into which the server should be launched.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: