Create Load Balancer

POST {{aws_lightsail_base_url}}/?certificateAlternativeNames&certificateDomainName&certificateName&healthCheckPath&instancePort&loadBalancerName&tags&Version=2016-11-28

Request Params

KeyDatatypeRequiredDescription
certificateAlternativeNamesnullThe 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).
certificateDomainNamenullThe domain name with which your certificate is associated (e.g., example.com).
certificateNamenullThe name of the SSL/TLS certificate.
healthCheckPathnullThe 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., /).
instancePortnullThe instance port where you're creating your load balancer.
loadBalancerNamenullThe name of your load balancer.
tagsnullThe tag keys and optional values to add to the resource during create.
VersionstringThe version of the API.

Request Body

{"certificateAlternativeNames"=>["string"], "certificateDomainName"=>"string", "certificateName"=>"string", "healthCheckPath"=>"string", "instancePort"=>42, "loadBalancerName"=>"string", "tags"=>[{"key"=>"string", "value"=>"string"}]}