Create Instance Snapshot

POST {{aws_lightsail_base_url}}/?instanceName&instanceSnapshotName&tags&Version=2016-11-28

Request Params

KeyDatatypeRequiredDescription
instanceNamenullThe Lightsail instance on which to base your snapshot.
instanceSnapshotNamenullThe name for your new snapshot.
tagsnullThe tag keys and optional values to add to the resource during create.
VersionstringThe version of the API.

Request Body

{"instanceName"=>"string", "instanceSnapshotName"=>"string", "tags"=>[{"key"=>"string", "value"=>"string"}]}