Amazon.AutoScaling.AmazonAutoScalingClient.CreateLaunchConfiguration C# (CSharp) 메소드

CreateLaunchConfiguration() 공개 메소드

Creates a launch configuration.

If you exceed your maximum limit of launch configurations, which by default is 100 per region, the call fails. For information about viewing and updating this limit, see DescribeAccountLimits.

For more information, see Launch Configurations in the Auto Scaling User Guide.

/// You already have an Auto Scaling group or launch configuration with this name. /// /// You have already reached a limit for your Auto Scaling resources (for example, groups, /// launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits. /// /// You already have a pending update to an Auto Scaling resource (for example, a group, /// instance, or load balancer). ///
public CreateLaunchConfiguration ( CreateLaunchConfigurationRequest request ) : CreateLaunchConfigurationResponse
request CreateLaunchConfigurationRequest Container for the necessary parameters to execute the CreateLaunchConfiguration service method.
리턴 CreateLaunchConfigurationResponse
        public CreateLaunchConfigurationResponse CreateLaunchConfiguration(CreateLaunchConfigurationRequest request)
        {
            var marshaller = new CreateLaunchConfigurationRequestMarshaller();
            var unmarshaller = CreateLaunchConfigurationResponseUnmarshaller.Instance;

            return Invoke<CreateLaunchConfigurationRequest,CreateLaunchConfigurationResponse>(request, marshaller, unmarshaller);
        }
AmazonAutoScalingClient