- Newest
- Most votes
- Most comments
Hi, Deleting one of the instances only reduces the computation capacity of the cluster. Deleting the reader instances first ensures that the cluster remains available throughout the procedure and doesn't perform unnecessary failover operations.
The below link provides more details on how the deletion of an instance in the cluster can be done.
Yes as per the documentation in the link I shared, you can delete one or more reader instances from a cluster while leaving the cluster running. You can delete a DB instance using the AWS Management Console, the AWS CLI, or the RDS API. Note: When an Aurora Replica is deleted, its instance endpoint is removed immediately, and the Aurora Replica is removed from the reader endpoint. If there are statements running on the Aurora Replica that is being deleted, there is a three-minute grace period. Existing statements can finish during the grace period. When the grace period ends, the Aurora Replica is shut down and deleted
Relevant content
- Accepted Answerasked 2 years ago
- Accepted Answerasked a month ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
thank you - I've already added two additional reader instances of a more modern instance type and just need to delete the older instance types.
So it's as simple as selecting the instance and pressing delete?