---
title: "GET /#Action=CopyDBSnapshot"
method: GET
path: "/#Action=CopyDBSnapshot"
---

# GET /#Action=CopyDBSnapshot

`GET /#Action=CopyDBSnapshot`

Copies the specified DB snapshot. The source DB snapshot must be in the `available` state.

You can copy a snapshot from one Amazon Web Services Region to another. In that case, the Amazon Web Services Region where you call the `CopyDBSnapshot` operation is the destination Amazon Web Services Region for the DB snapshot copy.

This command doesn't apply to RDS Custom.

For more information about copying snapshots, see [Copying a DB Snapshot](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopyDBSnapshot) in the _Amazon RDS User Guide_.

## Query parameters

- `SourceDBSnapshotIdentifier` string, required
- `TargetDBSnapshotIdentifier` string, required
- `KmsKeyId` string
- `Tags` object[] — A list of tags. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html">Tagging Amazon RDS Resources</a> in the <i>Amazon RDS User Guide.</i>
  - `Key` string — A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and can't be prefixed with <code>aws:</code> or <code>rds:</code>. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$").
  - `Value` string — A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and can't be prefixed with <code>aws:</code> or <code>rds:</code>. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', ':', '/', '=', '+', '-', '@' (Java regex: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$").
- `CopyTags` boolean
- `PreSignedUrl` string
- `OptionGroupName` string
- `TargetCustomAvailabilityZone` string
- `CopyOptionGroup` boolean
- `SourceRegion` string
- `Action` 'CopyDBSnapshot', required
- `Version` '2014-10-31', required

## Response `200`

Success

## Other responses

- `480` — DBSnapshotAlreadyExistsFault
- `481` — DBSnapshotNotFoundFault
- `482` — InvalidDBSnapshotStateFault
- `483` — SnapshotQuotaExceededFault
- `484` — KMSKeyNotAccessibleFault
- `485` — CustomAvailabilityZoneNotFoundFault

---

[API](https://skmtc.net/aws/apis/rds.md) · [All operations](https://skmtc.net/aws/apis/rds/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/rds/versions/e6b3ad7df19b/schema)
