@Liz_Lynch
I am planning to replace our current Cloud SQL network with a new list of allowed IPs.
In this case, I would like to update them all at once from the Cloud Console, since adding and deleting them manually one by one may cause mistakes.
The following command replaced the IPs correctly in the Sandbox environment, but could you please check with the AppSheet Dev team to make sure it is OK to apply it to the production environment?
Note that this command will rewrite all existing IP lists.
gcloud sql instances patch appsheet-sandbox --assign-ip --authorized-networks=34.87.131.237/32,34.87.103.64/32,35.197.185.203/32,35.244.126.141/32,35.204.213.55/32,34.91.161.74/32,35.222.253.144/32,34.71.7.214/32,35.194.89.186/32,35.245.209.204/32,35.203.191.15/32,35.247.56.116/32,35.240.247.148/32,34.87.159.166/32,34.87.233.115/32,35.244.107.184/32,35.204.102.20/32,35.204.159.159/32,35.239.203.99/32,35.239.112.17/32,34.86.96.199/32,35.245.229.252/32,34.83.247.7/32,35.247.40.210/32
My concern is that depending on the incompleteness of the list and the timing of the list update, the connection from the production app that is currently running may be lost.
The IP list used in the command is obtained from the following page that you mentioned.
Managing IP addresses and firewall information | AppSheet Help Center.
FYI
@tsuji_koichi