I started using Google Cloud for a webapp project of my own. I've been using many of its features such as Standard App Engine for deployment, and its SQL for databases.
In the last week I started using Cloud Storage for uploading and retrieving files. The thing is, that after creating a service account for this (as stated in the documentation), 8 VM instances are automatically created, not by me, and even if I delete or stop them, after a while new ones are started. These are created by the service account required for Cloud Storage for my project. I don't understand what is going on and its making me spend money I shouldn't be paying.
Any help for a solution to this problem would be great. Thanks