1.3
1.3
scp-cli virtualserver launch configuration create
--server_type_id <value>
--name <value>
--keypair_name <value>
--image_id <value>
[--tags <value>]
[--user_data <value>]
[--volumes <value>]
Description
Launch Configuration을 생성합니다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.3 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| server_type_id required | string | 서버 타입 ID | s1v1m2 |
| name required | string | Launch Configuration 이름 | launch-configuration-name |
| keypair_name required | string | 키페어 이름 | keypairname |
| image_id required | string | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| tags optional | array | Tags | '{"key": "Key", "value": "Value"}' |
| user_data optional | string | A script that runs at the start of a server on Auto-Scaling Group that will use Launch Configuration.It must be Base64-encoded string and must not exceed 45,000 bytes. | IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg== |
| volumes optional | array | 볼륨 목록 | '{"boot_index": 0, "size": 104, "type": "SSD"}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| auto_scaling_group_count | Launch Configuration에 연결된 Auto-Scaling Group 수 | 1 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| file_storage_ids | File Storage ID list | |
| image_id | 이미지 ID | 70a599e0-31e7-49b7-b260-868f441e862b |
| image_name | 이미지 이름 | imagename |
| keypair_name | 키페어 이름 | keypairname |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Launch Configuration 이름 | launch-configuration-name |
| public_key | 공개 키 | ssh-rsa fakeKey Generated-by-SCP |
| server_type_id | 서버 타입 ID | s1v1m2 |
| state | Launch Configuration 상태 | ACTIVE |
| user_data | A script that runs at the start of a server on Auto-Scaling Group that will use Launch Configuration.It must be Base64-encoded string and must not exceed 45,000 bytes. | IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg== |
| volumes | 볼륨 목록 | [] |