Creates a snapshot of a specific virtual private server, or instance. You can use a snapshot to create a new instance that is based on that snapshot.
lightsail_create_instance_snapshot(instanceSnapshotName, instanceName,
tags)[required] The name for your new snapshot.
[required] The Lightsail instance on which to base your snapshot.
The tag keys and optional values to add to the resource during create.
To tag a resource after it has been created, see the tag resource
operation.
svc$create_instance_snapshot(
instanceSnapshotName = "string",
instanceName = "string",
tags = list(
list(
key = "string",
value = "string"
)
)
)
The create instance snapshot operation supports tag-based access
control via request tags. For more information, see the Lightsail Dev Guide.