Suppose we already have:
- Existing infrastructure with few instances in a load balancer
- Existing github account and application already deployed in the instances
How can I achieve following using aws code-deploy?
We have multiple commits since last pull to production servers, how can we achieve git pull on production multiple instances using code-deploy.
- Pull out an instance from load balancer
- git pull
- restart/reload server
- instance Add instance again to the load balancer
Kindly suggest.
Thanks in advance.