AwsCreateVolumeSnapshot
This Script is part of the Deprecated Content (Deprecated) Pack.#
Deprecated
Use the AWS-EC2 integration instead.
Creates a snapshot of an EBS volume and stores it in Amazon S3. Snapshots can be used for backups, to make copies of EBS volumes, and to save data before shutting down an instance.
Script Data#
| Name | Description |
|---|---|
| Script Type | python |
| Tags | Amazon Web Services |
Dependencies#
This script uses the following commands and scripts.
- create-volume-snapshot
Inputs#
| Argument Name | Description |
|---|---|
| volumeId | The ID of the EBS volume. |
| description | The description for the snapshot. |
Outputs#
There are no outputs for this script.