terraform-aws-cloudquery
terraform-aws-cloudquery copied to clipboard
Feat: connect from quicksight to private RDS
I'd like to connect to the RDS from within a private VPC.
I was trying to follow this guide but no success so far.
@antonbabenko Do you have by any chance an idea or an example to how to setup the terraforms security groups correctly so I access the RDS from within a vpc in quicksight
cc @bbernays
Yeah I can help with it. I got the SGs working yesterday (manually)... I can show you a few tools for diagnosing networking issues (Network Access Analyzer and VPC Flow logs)
I don't have a complete code for this exact combination, but there is terraform-aws-modules security group module which can be used for this (there are many examples).
Normally, I would do ClickOps via AWS Console before putting it in Terraform configs.