ncloud_create_launch_config
Create an Auto Scaling launch configuration by specifying server image and product code. Optionally add login key, init script, or encrypted volume. Use dryRun to validate before creating.
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) |