Is it Secure to Establish an ODBC Connection to an RDS in a Public Subnet Over the Internet?

0

Is it technically possible and secure to establish an ODBC connection to the RDS that is in the public subnet over the internet? I couldn't find AWS documentation regarding this question, so I would be grateful if someone could help me understand this. Thank you.

3 Answers
0
Accepted Answer

Hello.

I think you can ensure the minimum level of security by encrypting the communication with SSL when using an ODBC connection and by setting the RDS security group to only allow connection sources from specific sources.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html

However, as introduced in the AWS blog below, I don't think it's a good idea to use public access when considering network separation.
https://aws.amazon.com/jp/blogs/database/applying-best-practices-for-securing-sensitive-data-in-amazon-rds/

A key security consideration for your sensitive data is the network isolation of the database. Network isolation makes your database accessible only on a private IP address range to only those components that require access to it. The fundamental design component that enables this security isolation is Amazon VPC. You associate a VPC with your database instance at the time that you create the database instance.

profile picture
EXPERT
answered a month ago
profile pictureAWS
EXPERT
reviewed a month ago
0

Adding: Only you can determine if something is "secure". We can recommend and give you guidance but in the end, whatever you're doing has to be within the risk parameters that you have.

profile pictureAWS
EXPERT
answered a month ago
0

Hi,

You can go a step further than SSL suggested by Riku with the VPN client: https://aws.amazon.com/vpn/client-vpn/

Then, you can keep your databased enclosed by a private VPC which you link to VPN gateway. In this way, only the clients secured / authenticated by VPN gateway can access the VPC, hence the database.

This blog post details how to implement: https://aws.amazon.com/blogs/security/authenticate-aws-client-vpn-users-with-aws-single-sign-on/

Best,

Didier

profile pictureAWS
EXPERT
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions