I have a question whether we can have a static cloud spanner instance id ? Say we destroy the spanner instance at the end of the day and get it running again in the morning, is there a way to make sure we can get the same spanner instance id ?
If this is not possible, is there a way we can use a DNS in front of spanner ? So when we recreate spanner the next time, we just have to modify the DNS to point to the new instance ?
Appreciate your thoughts ?
gcloud spanner instances delete [INSTANCE-ID]
. – Martin Zeitler