1
votes

When I created an sql instance in google cloud sql, it gave me an IP address. Will that IP address ever change, if so how to make it static so that it never changes?

1

1 Answers

3
votes

The Google CloudSQL docs indicate that the IP address will remain static until the instance is deleted:

When you enable public IP for your instance, it is configured with a public, static IPv4 address.

This is consistent for private IPs as well.