I'm new to the google cloud platform, I've created an instance group. I want to know that, Is it possible to name the instances of instance group in a specific series?
For eg. :
my-GCP-instance-001,
my-GCP-instance-002,
my-GCP-instance-003
then if a new instance is created it should acquire the name
my-GCP-instance-004
let's say instance group scales in (kills an instance), let's assume it terminates
my-GCP-instance-002
when it scales out and creates a new instance it should identify the missing series
my-GCP-instance-002
and name its instance
my-GCP-instance-002.
Let me know if it is possible, it will be very helpful.