Skip to content

Commit d6e01f3

Browse files
committed
fixed readme
1 parent 22474fb commit d6e01f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ To remove this solution from your account, do following:
110110
## Current Limitations
111111

112112
* **Partial SSL Support** - Since the solution uses a Route 53 CNAME, the SSL certificate will not be able to validate the aurora servername. For example pgsql client [verify-full](https://www.postgresql.org/docs/9.1/libpq-ssl.html) or mysql client [ssl-verify-server-cert](https://dev.mysql.com/doc/refman/5.7/en/connection-options.html#option_general_ssl-verify-server-cert) will fail to validate server identity.
113-
* **Non-failover regional cluster promotion** - Currently there is no way to distinguish between a regional cluster promotion using [detach and promote](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-disaster-recovery.html#aurora-global-database-failover), and just a regional cluster promotion for non-failover/DR reasons.
113+
* **Non-failover regional cluster promotion** - Currently there is no way to distinguish between a unplanned failover cluster promotion using [detach and promote](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-disaster-recovery.html#aurora-global-database-failover), and just a regional cluster promotion for non-failover/DR reasons.
114114
To address this specific issue, in a situation where you only want to promote a regional cluster, and don't wish the solution to treat it as an unplanned failover event, please use the supplied `delete_gdb_entry.py` script.
115115
For example, if you want to detach and promote a regional cluster named `regional-cluster-1` in `us-wets-2` without causing an unplanned failover, you would run the command below.
116116

0 commit comments

Comments
 (0)