Create Load Balancer
POST {{aws_lightsail_base_url}}/?certificateAlternativeNames&certificateDomainName&certificateName&healthCheckPath&instancePort&loadBalancerName&tags&Version=2016-11-28
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
certificateAlternativeNames | null | The optional alternative domains and subdomains to use with your SSL/TLS certificate (e.g., www.example.com, example.com, m.example.com, blog.example.com). | |
certificateDomainName | null | The domain name with which your certificate is associated (e.g., example.com). | |
certificateName | null | The name of the SSL/TLS certificate. | |
healthCheckPath | null | The path you provided to perform the load balancer health check. If you didn't specify a health check path, Lightsail uses the root path of your website (e.g., /). | |
instancePort | null | The instance port where you're creating your load balancer. | |
loadBalancerName | null | The name of your load balancer. | |
tags | null | The tag keys and optional values to add to the resource during create. | |
Version | string | The version of the API. |
Request Body
{"certificateAlternativeNames"=>["string"], "certificateDomainName"=>"string", "certificateName"=>"string", "healthCheckPath"=>"string", "instancePort"=>42, "loadBalancerName"=>"string", "tags"=>[{"key"=>"string", "value"=>"string"}]}