Skip to content

Commit 5140a59

Browse files
committed
Added cleanup seciosn
1 parent dc10f81 commit 5140a59

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ After deploying this solution, you will see two types of resources:
9393
* **DynamoDB table**: A dynamDB table named `gdbcnamepair` will be created. This table keeps track of the clusters that will be managed by this solution.
9494
* **EventBridge Rule**: This EventBridge Rule will be fired when a global database completes failover in the region. This rule has the Lambda function as it's target.
9595

96+
## Cleanup
97+
98+
To remove this solution from your account, do following:
99+
100+
1. Delete the cloudformation stack from all regions.
101+
2. Delete the CNAME record entries from the private hosted zone.
102+
3. Delete the private hosted zone.
103+
96104
## Current Limitations
97105

98106
* **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.

0 commit comments

Comments
 (0)