ncloud_create_launch_config
Create a launch configuration for Auto Scaling, specifying server image and product codes. Use dryRun to preview changes before applying.
Instructions
Create a new launch configuration for Auto Scaling. Use dryRun=true to preview without creating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, returns a preview without actually creating | |
| initScriptNo | No | Init script number to run on launch | |
| loginKeyName | No | Login key name for SSH access | |
| isEncryptedVolume | No | Whether to encrypt the root volume | |
| serverProductCode | Yes | Server product (spec) code | |
| serverImageProductCode | Yes | Server image product code | |
| launchConfigurationName | No | Launch configuration name | |
| memberServerImageInstanceNo | No | Member server image instance number (alternative to serverImageProductCode) |