AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Settings configuring the EC2 instance launch phase after an image file has been uploaded.
Namespace: Amazon.EC2.Import
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class ImportLaunchConfiguration
The ImportLaunchConfiguration type exposes the following members
Name | Description | |
---|---|---|
ImportLaunchConfiguration() |
Name | Type | Description | |
---|---|---|---|
AdditionalInfo | System.String |
Reserved for internal use. |
|
Architecture | Amazon.EC2.ArchitectureValues |
The architecture of the instance. Valid values: i386 | x86_64 |
|
AvailabilityZone | System.String |
Optional availability zone to launch the instance into. If not specified one will be chosen for you by EC2. |
|
Description | System.String |
Optional description for the instance being imported. |
|
EnableMonitoring | System.Boolean |
Indicates whether to enable detailed monitoring for the instance. |
|
InstanceInitiatedShutdownBehavior | Amazon.EC2.ShutdownBehavior |
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown). Valid values: stop | terminate. |
|
InstanceType | Amazon.EC2.InstanceType |
The Amazon EC2 instance type to launch for the conversion |
|
Platform | Amazon.EC2.PlatformValues |
The instance operating system. Valid values: Windows | Linux |
|
PrivateIpAddress | System.String |
[EC2-VPC] Optionally, you can use this parameter to assign the instance a specific available IP address from the IP address range of the subnet. |
|
SecurityGroupNames | System.Collections.Generic.ICollection<System.String> |
One or more security group names. This is not supported for VMs imported into a VPC, which are assigned the default security group. After a VM is imported into a VPC, you can change the instance to use another security group. |
|
SubnetId | System.String |
[EC2-VPC] The ID of the subnet to launch the instance into. |
.NET Framework:
Supported in: 4.5 and newer, 3.5