Create Cloud Formation Stack

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

Request Params

KeyDatatypeRequiredDescription
instancesnullAn array of parameters that will be used to create the new Amazon EC2 instance. You can only pass one instance entry at a time in this array. You will get an invalid parameter error if you pass more than one instance entry in this array.
VersionstringThe version of the API.

Request Body

{"instances"=>[{"availabilityZone"=>"string", "instanceType"=>"string", "portInfoSource"=>"string", "sourceName"=>"string", "userData"=>"string"}]}