Attach Instances To Load Balancer

POST {{aws_lightsail_base_url}}/?instanceNames&loadBalancerName&Version=2016-11-28

Request Params

KeyDatatypeRequiredDescription
instanceNamesnullAn array of strings representing the instance name(s) you want to attach to your load balancer.
loadBalancerNamenullThe name of the load balancer.
VersionstringThe version of the API.

Request Body

{"instanceNames"=>["string"], "loadBalancerName"=>"string"}