You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>To copy a DB cluster snapshot from a shared manual DB cluster snapshot, <code>SourceDBClusterSnapshotIdentifier</code>
29
29
* must be the Amazon Resource Name (ARN) of the shared DB cluster snapshot.</p>
30
-
* <p>You can copy an encrypted DB cluster snapshot from another Amazon Web Services Region. In that case, the Amazon Web Services Region where you call the <code>CopyDBClusterSnapshot</code> action
31
-
* is the destination Amazon Web Services Region for the encrypted DB cluster snapshot to be copied to. To copy an encrypted DB cluster snapshot from another Amazon Web Services Region,
32
-
* you must provide the following values:</p>
30
+
* <p>You can copy an encrypted DB cluster snapshot from another Amazon Web Services Region. In that case,
31
+
* the Amazon Web Services Region where you call the <code>CopyDBClusterSnapshot</code> operation is the
32
+
* destination Amazon Web Services Region for the encrypted DB cluster snapshot to be copied to. To copy
33
+
* an encrypted DB cluster snapshot from another Amazon Web Services Region, you must provide the
* <code>PreSignedUrl</code> - A URL that contains a Signature Version 4 signed request for the
42
-
* <code>CopyDBClusterSnapshot</code> action to be called in the source Amazon Web Services Region where the DB cluster snapshot is copied from.
43
-
* The pre-signed URL must be a valid request for the <code>CopyDBClusterSnapshot</code> API action that can be executed in the
44
-
* source Amazon Web Services Region that contains the encrypted DB cluster snapshot to be copied.</p>
45
-
* <p>The pre-signed URL request must contain the following parameter values:</p>
46
-
* <ul>
47
-
* <li>
48
-
* <p>
49
-
* <code>KmsKeyId</code> - The Amazon Web Services KMS key identifier for the KMS key to use to encrypt the copy of the DB
50
-
* cluster snapshot in the destination Amazon Web Services Region. This is the same identifier for both the <code>CopyDBClusterSnapshot</code>
51
-
* action that is called in the destination Amazon Web Services Region, and the action contained in the pre-signed URL.</p>
52
-
* </li>
53
-
* <li>
54
-
* <p>
55
-
* <code>DestinationRegion</code> - The name of the Amazon Web Services Region that the DB cluster snapshot is to be created in.</p>
56
-
* </li>
57
-
* <li>
58
-
* <p>
59
-
* <code>SourceDBClusterSnapshotIdentifier</code> - The DB cluster snapshot identifier for the encrypted DB cluster
60
-
* snapshot to be copied. This identifier must be in the Amazon Resource Name (ARN) format for the source Amazon Web Services Region. For example,
61
-
* if you are copying an encrypted DB cluster snapshot from the us-west-2 Amazon Web Services Region, then your <code>SourceDBClusterSnapshotIdentifier</code>
62
-
* looks like the following example: <code>arn:aws:rds:us-west-2:123456789012:cluster-snapshot:aurora-cluster1-snapshot-20161115</code>.</p>
63
-
* </li>
64
-
* </ul>
65
-
* <p>To learn how to generate a Signature Version 4 signed request, see
* <p>If you are using an Amazon Web Services SDK tool or the CLI, you can specify <code>SourceRegion</code> (or <code>--source-region</code> for the CLI)
72
-
* instead of specifying <code>PreSignedUrl</code> manually. Specifying <code>SourceRegion</code> autogenerates a pre-signed URL that is a valid
73
-
* request for the operation that can be executed in the source Amazon Web Services Region.</p>
74
-
* </note>
75
-
* </li>
76
-
* <li>
77
-
* <p>
78
43
* <code>TargetDBClusterSnapshotIdentifier</code> - The identifier for the new copy of the DB cluster snapshot in the destination Amazon Web Services Region.</p>
79
44
* </li>
80
45
* <li>
81
46
* <p>
82
-
* <code>SourceDBClusterSnapshotIdentifier</code> - The DB cluster snapshot identifier for the encrypted DB cluster snapshot to be copied.
83
-
* This identifier must be in the ARN format for the source Amazon Web Services Region and is the same value as the <code>SourceDBClusterSnapshotIdentifier</code> in the pre-signed URL.</p>
47
+
* <code>SourceDBClusterSnapshotIdentifier</code> - The DB cluster snapshot
48
+
* identifier for the encrypted DB cluster snapshot to be copied. This identifier
49
+
* must be in the ARN format for the source Amazon Web Services Region and is the same value as
50
+
* the <code>SourceDBClusterSnapshotIdentifier</code> in the presigned URL.</p>
84
51
* </li>
85
52
* </ul>
86
53
* <p>To cancel the copy operation once it is in progress, delete the target DB cluster snapshot identified
* <p>Copies the specified DB snapshot. The source DB snapshot must be in the <code>available</code> state.</p>
28
-
* <p>You can copy a snapshot from one Amazon Web Services Region to another. In that case, the Amazon Web Services Region
29
-
* where you call the <code>CopyDBSnapshot</code> action is the destination Amazon Web Services Region for the
30
-
* DB snapshot copy.</p>
28
+
* <p>You can copy a snapshot from one Amazon Web Services Region to another. In that case, the
29
+
* Amazon Web Services Region where you call the <code>CopyDBSnapshot</code> operation is the destination
30
+
* Amazon Web Services Region for the DB snapshot copy.</p>
31
31
* <p>This command doesn't apply to RDS Custom.</p>
32
32
* <p>For more information about copying snapshots, see
33
33
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopyDBSnapshot">Copying a DB Snapshot</a> in the <i>Amazon RDS User Guide</i>.</p>
* <p>The new DB instance can be an RDS DB instance, or it can be a DB instance in an Aurora DB cluster.
28
+
* For an Aurora DB cluster, you can call this operation multiple times to add more than one DB instance
29
+
* to the cluster.</p>
30
+
* <p>For more information about creating an RDS DB instance, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateDBInstance.html">
31
+
* Creating an Amazon RDS DB instance</a> in the <i>Amazon RDS User Guide</i>.</p>
32
+
* <p>For more information about creating a DB instance in an Aurora DB cluster, see
* instance. You can create a read replica for a DB instance running MySQL, MariaDB,
29
29
* Oracle, PostgreSQL, or SQL Server. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html">Working with Read
30
30
* Replicas</a> in the <i>Amazon RDS User Guide</i>.</p>
31
-
* <p>Amazon Aurora doesn't support this action. Call the <code>CreateDBInstance</code>
32
-
* action to create a DB instance for an Aurora DB cluster.</p>
31
+
* <p>Amazon Aurora doesn't support this operation. Call the <code>CreateDBInstance</code>
32
+
* operation to create a DB instance for an Aurora DB cluster.</p>
33
33
* <p>All read replica DB instances are created with backups disabled. All other DB
34
34
* instance attributes (including DB security groups and DB parameter groups) are inherited
35
35
* from the source DB instance, except as specified.</p>
0 commit comments