diff --git a/how-to-guides/cloud-services/aws/connect-to-an-rds-instance.md b/how-to-guides/cloud-services/aws/connect-to-an-rds-instance.md index 5ab974e..1e7e58e 100644 --- a/how-to-guides/cloud-services/aws/connect-to-an-rds-instance.md +++ b/how-to-guides/cloud-services/aws/connect-to-an-rds-instance.md @@ -1,7 +1,13 @@ +--- +title: "Connect AWS RDS to DevBox" +description: "Learn how to connect to RDS private instance from a DevBox." +--- # RDS Connecting to an RDS running in the private subnet of AWS VPC to your DevBox. +If you're more of a visual learner, check out the [video tutorial](#video-walkthrough)! + ## Architecture Diagram ![AWS RDS Architecture](../../../.gitbook/assets/rds-architecture.png) @@ -89,3 +95,7 @@ psql -h --username -d --password `psql -h --username -d --password` ![AWS RDS Access](../../../.gitbook/assets/rds-access.png) + +## Video Walkthrough + +{% embed url="https://devzero.b-cdn.net/how%20to%20guide%20AWS%20RDS%20.mp4" %}