amazon-web-servicesaws-cloudformationaws-code-deploy

How can I deploy multiple applications to a instance using AWS codedeploy


I'm a new to codedeploy, I plan to deploy multiple applications in order to a single instance. I'm using cloudformation template to create codedeploy, and couldn't find any instruction for deploy multiple application revisions. Here is what I want to do:

  1. I want to deploy the applications using same codedeploy group, each application source file located in same S3 bucket with different file name.
  2. I want to sequentially deploy these applications. Can I use cloudformation template to do that?

Solution

  • Associating multiple deployment groups to same ASG is not recommended by AWS, http://docs.aws.amazon.com/codedeploy/latest/userguide/auto-scaling-integ.html