paws.compute (version 0.1.0)

lightsail_create_instance_snapshot: Creates a snapshot of a specific virtual private server, or instance

Description

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.

Usage

lightsail_create_instance_snapshot(instanceSnapshotName, instanceName,
  tags)

Arguments

instanceSnapshotName

[required] The name for your new snapshot.

instanceName

[required] The Lightsail instance on which to base your snapshot.

tags

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.

Request syntax

svc$create_instance_snapshot(
  instanceSnapshotName = "string",
  instanceName = "string",
  tags = list(
    list(
      key = "string",
      value = "string"
    )
  )
)

Details

The create instance snapshot operation supports tag-based access control via request tags. For more information, see the Lightsail Dev Guide.