Reputation: 752
Why does Google Compute Engine Click-to-Deploy LAMP stack create these 2 instances?
What is the purpose of the coordinator instance? I already stopped this instance and all continues to work fine.
Upvotes: 1
Views: 155
Reputation: 3527
Deployment coordinator module is a single, short-lived instance is created during the deployment. This instance exists to ensure that the long-running LAMP server instances can run under the principle of least privilege. This instance will remove itself after your LAMP Stack deployment has been created. For more information about Deployment Coordinator take a look at Deployment work flow chart of this article which is valid for LAMP stack as well.
Upvotes: 3