ec2_create_snapshot {paws.compute} | R Documentation |
Creates a snapshot of an EBS volume and stores it in Amazon S3
Description
Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of EBS volumes, and to save data before shutting down an instance.
See https://www.paws-r-sdk.com/docs/ec2_create_snapshot/ for full documentation.
Usage
ec2_create_snapshot(
Description = NULL,
OutpostArn = NULL,
VolumeId,
TagSpecifications = NULL,
DryRun = NULL
)
Arguments
Description |
A description for the snapshot. |
OutpostArn |
The Amazon Resource Name (ARN) of the Outpost on which to create a local snapshot.
For more information, see Create local snapshots from volumes on an Outpost in the Amazon EBS User Guide. |
VolumeId |
[required] The ID of the Amazon EBS volume. |
TagSpecifications |
The tags to apply to the snapshot during creation. |
DryRun |
Checks whether you have the required permissions for the action, without
actually making the request, and provides an error response. If you have
the required permissions, the error response is |