AWS SDK for .NET Documentation
CreateLaunchConfiguration Method (createLaunchConfigurationRequest)
AmazonAmazon.AutoScalingAmazonAutoScalingCreateLaunchConfiguration(CreateLaunchConfigurationRequest) Did this page help you?   Yes   No    Tell us about it...

Creates a new launch configuration. The launch configuration name must be unique within the scope of the client's AWS account. The maximum limit of launch configurations, which by default is 100, must not yet have been met; otherwise, the call will fail. When created, the new launch configuration is available for immediate use.

Declaration Syntax
C#
CreateLaunchConfigurationResponse CreateLaunchConfiguration(
	CreateLaunchConfigurationRequest createLaunchConfigurationRequest
)
Parameters
createLaunchConfigurationRequest (CreateLaunchConfigurationRequest)
Container for the necessary parameters to execute the CreateLaunchConfiguration service method on AmazonAutoScaling.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)