aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
5.12k stars 2.15k forks source link

CDK demo of Privatelink and RDS for cross-account access #483

Open aarondodd opened 3 years ago

aarondodd commented 3 years ago

:rocket: Feature Request

General Information

Description

Leverage the CDK to deploy a Privatelink-backed RDS HA cluster with a Lambda function to keep the NLB in sync with the primary node. Failover events trigger an update of the NLB through a Lambda subscription to the RDS events queue.

Proposed Solution

This is a working demo that has already been deployed and a generalized example is being submitted here via a pull request.

Environment

Other information

ryparker commented 3 years ago

Hey @aarondodd 👋🏻

Thanks for opening this issue and a resolving PR.

Marking this as p2 which means that we are unable to work on this immediately. However since you've created a PR we should be able to approve it as soon as we have bandwidth to test your example.