terraform-aws-cloudquery icon indicating copy to clipboard operation
terraform-aws-cloudquery copied to clipboard

Feat: connect from quicksight to private RDS

Open yevgenypats opened this issue 3 years ago • 2 comments

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

yevgenypats avatar May 06 '22 09:05 yevgenypats

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)

bbernays avatar May 06 '22 10:05 bbernays

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.

antonbabenko avatar May 06 '22 11:05 antonbabenko