AWS SDK Version 3 for .NET
API Reference

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.

Describes the launch specification for an instance.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.LaunchSpecification

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class LaunchSpecification

The LaunchSpecification type exposes the following members

Constructors

NameDescription
Public Method LaunchSpecification()

Properties

NameTypeDescription
Public Property AddressingType System.String

Gets and sets the property AddressingType.

Deprecated.

Public Property AllSecurityGroups System.Collections.Generic.List<Amazon.EC2.Model.GroupIdentifier>

Gets and sets the property AllSecurityGroups.

The IDs of the security groups.

Public Property BlockDeviceMappings System.Collections.Generic.List<Amazon.EC2.Model.BlockDeviceMapping>

Gets and sets the property BlockDeviceMappings.

The block device mapping entries.

Public Property EbsOptimized System.Boolean

Gets and sets the property EbsOptimized.

Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.

Default: false

Public Property IamInstanceProfile Amazon.EC2.Model.IamInstanceProfileSpecification

Gets and sets the property IamInstanceProfile.

The IAM instance profile.

Public Property ImageId System.String

Gets and sets the property ImageId.

The ID of the AMI.

Public Property InstanceType Amazon.EC2.InstanceType

Gets and sets the property InstanceType.

The instance type. Only one instance type can be specified.

Public Property KernelId System.String

Gets and sets the property KernelId.

The ID of the kernel.

Public Property KeyName System.String

Gets and sets the property KeyName.

The name of the key pair.

Public Property MonitoringEnabled System.Boolean

Gets and sets the property MonitoringEnabled.

Public Property NetworkInterfaces System.Collections.Generic.List<Amazon.EC2.Model.InstanceNetworkInterfaceSpecification>

Gets and sets the property NetworkInterfaces.

The network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.

Public Property Placement Amazon.EC2.Model.SpotPlacement

Gets and sets the property Placement.

The placement information for the instance.

Public Property RamdiskId System.String

Gets and sets the property RamdiskId.

The ID of the RAM disk.

Public Property SecurityGroups System.Collections.Generic.List<System.String>

Gets and sets the property SecurityGroups.

One or more security group names.

Public Property SubnetId System.String

Gets and sets the property SubnetId.

The ID of the subnet in which to launch the instance.

Public Property UserData System.String

Gets and sets the property UserData.

The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5