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
* MySQL, MariaDB, Oracle, PostgreSQL, or SQL Server. You can create a read replica for a
44
44
* Multi-AZ DB cluster running MySQL or PostgreSQL. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html">Working
45
45
* with read replicas</a> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html#multi-az-db-clusters-migrating-to-instance-with-read-replica">Migrating from a Multi-AZ DB cluster to a DB instance using a read replica</a> in the <i>Amazon RDS User Guide</i>.</p>
46
-
* <p>Amazon Aurora doesn't support this operation. Call the <code>CreateDBInstance</code>
47
-
* operation to create a DB instance for an Aurora DB cluster.</p>
46
+
* <p>Amazon Aurora doesn't support this operation. To create a DB instance for an Aurora DB cluster, use the <code>CreateDBInstance</code>
47
+
* operation.</p>
48
48
* <p>All read replica DB instances are created with backups disabled. All other attributes
49
49
* (including DB security groups and DB parameter groups) are inherited from the source DB
* <p>The DeleteDBInstance action deletes a previously provisioned DB instance.
40
+
* <p>Deletes a previously provisioned DB instance.
41
41
* When you delete a DB instance, all automated backups for that instance are deleted and can't be recovered.
42
-
* Manual DB snapshots of the DB instance to be deleted by <code>DeleteDBInstance</code> are not deleted.</p>
43
-
* <p>If you request a final DB snapshot
44
-
* the status of the Amazon RDS DB instance is <code>deleting</code> until the DB snapshot is created. The API action <code>DescribeDBInstance</code>
45
-
* is used to monitor the status of this operation. The action can't be canceled or reverted once submitted.</p>
42
+
* However, manual DB snapshots of the DB instance aren't deleted.</p>
43
+
* <p>If you request a final DB snapshot, the status of the Amazon RDS DB instance is <code>deleting</code> until the DB snapshot is created.
44
+
* This operation can't be canceled or reverted after it begins. To monitor the status of this operation, use <code>DescribeDBInstance</code>.</p>
46
45
* <p>When a DB instance is in a failure state and has a status of <code>failed</code>, <code>incompatible-restore</code>,
47
46
* or <code>incompatible-network</code>, you can only delete it when you skip creation of the final snapshot with the <code>SkipFinalSnapshot</code> parameter.</p>
48
47
* <p>If the specified DB instance is part of an Amazon Aurora DB cluster, you can't delete the DB instance if both of the following
* <p>The DB instance is the only instance in the DB cluster.</p>
56
55
* </li>
57
56
* </ul>
58
-
* <p>To delete a DB instance in this case, first call the
59
-
* <code>PromoteReadReplicaDBCluster</code> API action to promote the DB cluster so
60
-
* it's no longer a read replica. After the promotion completes, then call the
61
-
* <code>DeleteDBInstance</code> API action to delete the final instance in the DB
62
-
* cluster.</p>
57
+
* <p>To delete a DB instance in this case, first use the <code>PromoteReadReplicaDBCluster</code> operation to promote the DB cluster so that it's no longer a read replica.
58
+
* After the promotion completes, use the <code>DeleteDBInstance</code> operation to delete the final instance in the DB cluster.</p>
59
+
* <important>
60
+
* <p>For RDS Custom DB instances, deleting the DB instance permanently deletes the EC2 instance and the associated EBS volumes. Make sure that you don't terminate or delete
61
+
* these resources before you delete the DB instance. Otherwise, deleting the DB instance and creation of the final snapshot might fail.</p>
62
+
* </important>
63
63
* @example
64
64
* Use a bare-bones client and the command you need to make an API call.
0 commit comments