When it comes to databases and AWS VPC, best practice is to place your database in private subnet. By definition, private subnet in AWS is not reachable from the Internet because no Internet gateway is attached to private subnet. This is the way you protect your data. This kind of configuration is good for security but bad for data management. How can you easily access and manage your secured data? This question came up several time from my colleagues, so let’s write down the process step by step, for future use.
Forked from kshailen/Connecting_postgress_RDS_from_local_via_bastion.md
Created
July 23, 2021 01:05
-
-
Save simo97/5e1b6e1bdb2f7e5358aeca75a456e7c5 to your computer and use it in GitHub Desktop.
Ways to connect to postgress RDS instance from bastion host and from local host
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment