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

View source: R/lightsail_operations.R

lightsail_create_instance_snapshotR Documentation

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.

See https://www.paws-r-sdk.com/docs/lightsail_create_instance_snapshot/ for full documentation.

Usage

lightsail_create_instance_snapshot(
  instanceSnapshotName,
  instanceName,
  tags = NULL
)

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.

Use the tag_resource action to tag a resource after it's created.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.