Module Smaws_Client_AutoScaling.CreateLaunchConfiguration

Creates a launch configuration.

If you exceed your maximum limit of launch configurations, the call fails. To query this limit, call the DescribeAccountLimits API. For information about updating this limit, see Quotas for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

For more information, see Launch configurations in the Amazon EC2 Auto Scaling User Guide.

Amazon EC2 Auto Scaling configures instances launched as part of an Auto Scaling group using either a launch template or a launch configuration. We strongly recommend that you do not use launch configurations. They do not provide full functionality for Amazon EC2 Auto Scaling or Amazon EC2. For information about using launch templates, see Launch templates in the Amazon EC2 Auto Scaling User Guide.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `AlreadyExistsFault of Types.already_exists_fault | `LimitExceededFault of Types.limit_exceeded_fault | `ResourceContentionFault of Types.resource_contention_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.create_launch_configuration_type -> (Smaws_Lib.Smithy_api.Types.unit_, [> Smaws_Lib.Protocols.AwsQuery.error | `AlreadyExistsFault of Types.already_exists_fault | `LimitExceededFault of Types.limit_exceeded_fault | `ResourceContentionFault of Types.resource_contention_fault ]) Stdlib.result