Skip to content

How do I expose an RDS DB across VPCs? #167

Answered by yorinasub17
yorinasub17 asked this question in Help
Discussion options

You must be logged in to vote

There are two ways to expose an RDS DB across VPCs:

  1. Using a VPC peering connection
  2. Using an RDS Proxy Endpoint

Of the two, the preferred mechanism would be to setup a proxy endpoint. Proxy endpoints can be configured with arbitrary security groups which allows you define fine grained network access rules when exposing it to other VPCs. This has the advantage of being able to configure dedicated access rules on a per endpoint basis, which can be easier to maintain and manage (e.g., you can have a dedicated proxy endpoint for a particular VPC connection that has the context of what SGs and CIDRs should be allowed access, vs maintaining a combined unified list on the DB SG itself).

Another…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yorinasub17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
1 participant