Hi I am running a large ec2 ubuntu instance which is configured for auto scaling. Whenever the load increases on the large instance it will boot a new instance. But the booted new instance will not have updated code. I have my code repo in github. How to I configure the newly booted instance to pull the code from the github and keep itself updated.
Please give some heads up