0
votes

I am trying access data on a google cloud SQL database as inputs in a google ml-engine training script.

Question: Is there a good way to do this securely?

Currently I can access by allowing all IP's access on SQL server, and relying only on database passwords for security.

1

1 Answers

0
votes

One option might be to use the cloud SQL proxy:

https://cloud.google.com/python/getting-started/using-cloud-sql

(I haven't tried it)