ServerLaunchConfiguration
Launch configuration for a server.
Contents
- associatePublicIpAddress
-
Indicates whether a publicly accessible IP address is created when launching the server.
Type: Boolean
Required: No
- configureScript
-
Location of an Amazon S3 object.
Type: S3Location object
Required: No
- configureScriptType
-
The type of configuration script.
Type: String
Valid Values:
SHELL_SCRIPT | POWERSHELL_SCRIPT
Required: No
- ec2KeyName
-
The name of the Amazon EC2 SSH key to be used for connecting to the launched server.
Type: String
Required: No
- iamInstanceProfileName
-
The name of the IAM instance profile.
Type: String
Required: No
- instanceType
-
The instance type to use when launching the server.
Type: String
Required: No
- logicalId
-
The logical ID of the server in the AWS CloudFormation template.
Type: String
Required: No
- securityGroup
-
The ID of the security group that applies to the launched server.
Type: String
Required: No
- server
-
The ID of the server with which the launch configuration is associated.
Type: Server object
Required: No
- subnet
-
The ID 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
-
The ID 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: