Application Load Balancer
Import
Load balancer can be imported using the id, e.g.
$ pulumi import alicloud:slb/applicationLoadBalancer:ApplicationLoadBalancer example lb-abc123456
Content copied to clipboard
Properties
Link copied to clipboard
The specification of the Server Load Balancer instance. Default to empty string indicating it is "Shared-Performance" instance. Launching "Performance-guaranteed" instance, it must be specified. Valid values: slb.s1.small
, slb.s2.small
, slb.s2.medium
, slb.s3.small
, slb.s3.medium
, slb.s3.large
and slb.s4.large
. It will be ignored when instance_charge_type = "PayByCLCU"
.
Link copied to clipboard
The primary zone ID of the SLB instance. If not specified, the system will be randomly assigned. You can query the primary and standby zones in a region by calling the DescribeZone API.
Link copied to clipboard
Link copied to clipboard