Copy Snapshot
GET {{aws_ec2_base_url}}/?Description&DestinationRegion&DryRun&Encrypted&KmsKeyId&PresignedUrl&SourceRegion&SourceSnapshotId&Action=CopySnapshot
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Description | null | A description for the EBS snapshot. | |
DestinationRegion | null | The destination Region to use in the PresignedUrl parameter of a snapshot copy operation. This parameter is only valid for specifying the destination Region in a PresignedUrl parameter, where it is required. | |
DryRun | null | 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 DryRunOperation. Otherwise, it is UnauthorizedOperation. | |
Encrypted | null | To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter. Otherwise, omit this parameter. Encrypted snapshots are encrypted, even if you omit this parameter and encryption by default is not enabled. You cannot set this parameter to false. For more information, see Amazon EBS Encryption in the Amazon Elastic Compute Cloud User Guide. | |
KmsKeyId | null | The identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for Amazon EBS encryption. If this parameter is not specified, your AWS managed CMK for EBS is used. If KmsKeyId is specified, the encrypted state must be true. | |
PresignedUrl | null | When you copy an encrypted source snapshot using the Amazon EC2 Query API, you must supply a pre-signed URL. This parameter is optional for unencrypted snapshots. For more information, see Query Requests. | |
SourceRegion | null | The ID of the Region that contains the snapshot to be copied. | |
SourceSnapshotId | null | The ID of the EBS snapshot to copy. | |
Action | string |