-1

I have in google cloud one instance created and in production. The instance is for one online store made with wordpress/woocommerce. I'm thinking in create a CDN and use Load Balancer. My question is, can I use that instance and create clones of that instance for load balancing? How can I do this? What do you suggest me to do? Create a new manage group of instances?

Thank you

helgatheviking
  • 25,596
  • 11
  • 95
  • 152
nam_10
  • 1
  • 1

1 Answers1

0

You have to create a template of your instance and configure an managed instances group. It will give you the autscalling capability you are looking for. https://cloud.google.com/compute/docs/autoscaler/

Franck
  • 742
  • 3
  • 11
  • Hi, thank you for your replay. I have a instance in Production, how can I create a template of that instance? or it is better to create a template instance from the beginning and them configure instances group? – nam_10 Feb 18 '17 at 17:18
  • You should find everything documentation on the Google Cloud website : https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images – Franck Feb 19 '17 at 01:00