create_load_balancer
Create a new load balancer to distribute incoming network traffic across servers. Specify VPC, subnets, and algorithm type (RR, LC, SIPHS) for optimal load distribution.
Instructions
새로운 로드 밸런서를 생성합니다
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vpcNo | No | VPC 번호 | |
| subnetNoList | No | 서브넷 번호 리스트 | |
| loadBalancerName | Yes | 로드 밸런서 이름 | |
| loadBalancerAlgorithmTypeCode | Yes | 알고리즘 타입 (RR/LC/SIPHS) |