aws-cdk-examples icon indicating copy to clipboard operation
aws-cdk-examples copied to clipboard

CDK demo of Privatelink and RDS for cross-account access

Open aarondodd opened this issue 3 years ago • 1 comments

:rocket: Feature Request

General Information

  • [X] :wave: I may be able to implement this feature request
  • [ ] :warning: This feature might incur a breaking change

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

  • CDK CLI Version: 1.116.0
  • Example: aws-cdk-privatelink-rds
  • Example Version: 1.0
  • OS: all
  • Language: Python

Other information

aarondodd avatar Jul 31 '21 00:07 aarondodd