Can I use AWS code Deploy for pulling application code while autoscaling?
问题 I want to autoscale the infrastructure when load gets high. I am running my infrastructure on AWS . I have a requirement where I need to pull the application code from Github when autoscaling happens. As the code changes frequently, we can't take an AMI and launch an instance from that AMI . So I want to pull the latest code from repositories . AWS just launched a service called AWS CodeDeploy . How can I use this service to automate the process of pulling the code when the instances start? P