AWS SDK Version 2 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.

.NET Framework 3.5
 
Describes a launch configuration.

Inheritance Hierarchy

System.Object
  Amazon.AutoScaling.Model.LaunchConfiguration

Namespace: Amazon.AutoScaling.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class LaunchConfiguration : Object

The LaunchConfiguration type exposes the following members

Constructors

NameDescription
Public Method LaunchConfiguration()

Properties

NameTypeDescription
Public Property AssociatePublicIpAddress System.Boolean Gets and sets the property AssociatePublicIpAddress.

[EC2-VPC] Indicates whether to assign a public IP address to each instance.

Public Property BlockDeviceMappings System.Collections.Generic.List<Amazon.AutoScaling.Model.BlockDeviceMapping> Gets and sets the property BlockDeviceMappings.

A block device mapping, which specifies the block devices for the instance.

Public Property ClassicLinkVPCId System.String Gets and sets the property ClassicLinkVPCId.

The ID of a ClassicLink-enabled VPC to link your EC2-Classic instances to. This parameter can only be used if you are launching EC2-Classic instances. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

Public Property ClassicLinkVPCSecurityGroups System.Collections.Generic.List<System.String> Gets and sets the property ClassicLinkVPCSecurityGroups.

The IDs of one or more security groups for the VPC specified in ClassicLinkVPCId. This parameter is required if you specify a ClassicLink-enabled VPC, and cannot be used otherwise. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

Public Property CreatedTime System.DateTime Gets and sets the property CreatedTime.

The creation date and time for the launch configuration.

Public Property EbsOptimized System.Boolean Gets and sets the property EbsOptimized.

Controls whether the instance is optimized for EBS I/O (true) or not (false).

Public Property IamInstanceProfile System.String Gets and sets the property IamInstanceProfile.

The name or Amazon Resource Name (ARN) of the instance profile associated with the IAM role for the instance.

Public Property ImageId System.String Gets and sets the property ImageId.

The ID of the Amazon Machine Image (AMI).

Public Property InstanceMonitoring Amazon.AutoScaling.Model.InstanceMonitoring Gets and sets the property InstanceMonitoring.

Controls whether instances in this group are launched with detailed monitoring.

Public Property InstanceType System.String Gets and sets the property InstanceType.

The instance type for the instances.

Public Property KernelId System.String Gets and sets the property KernelId.

The ID of the kernel associated with the AMI.

Public Property KeyName System.String Gets and sets the property KeyName.

The name of the key pair.

Public Property LaunchConfigurationARN System.String Gets and sets the property LaunchConfigurationARN.

The Amazon Resource Name (ARN) of the launch configuration.

Public Property LaunchConfigurationName System.String Gets and sets the property LaunchConfigurationName.

The name of the launch configuration.

Public Property PlacementTenancy System.String Gets and sets the property PlacementTenancy.

The tenancy of the instance, either default or dedicated. An instance with dedicated tenancy runs in an isolated, single-tenant hardware and can only be launched into a VPC.

Public Property RamdiskId System.String Gets and sets the property RamdiskId.

The ID of the RAM disk associated with the AMI.

Public Property SecurityGroups System.Collections.Generic.List<System.String> Gets and sets the property SecurityGroups.

The security groups to associate with the instances.

Public Property SpotPrice System.String Gets and sets the property SpotPrice.

The price to bid when launching Spot Instances.

Public Property UserData System.String Gets and sets the property UserData.

The user data available to the instances.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8