Okay so I am testing a hello world application with node.js and gce vm instance.
This is the tutorial I followed: https://cloud.google.com/nodejs/getting-started/hello-world
When created the app following the tutorial, it created 20 vm instances automatically.
My questions are:
Is it normal to have gce to create 20 instances? Will I be charged 20 small instances as it automatically created the 20 instances? (I was just thinking about testing on the MEAN stack, so should it just create the micro instances?)
How would I configure to use different instances? Like I want to create a micro instance in a different area automatically with maybe around 5 maximum for testing.
Any help would be appreciated. and sorry for being newbie.