0

I have a machine with a Cloud-Init initialization script that is installing the CodeDeploy agent. I would like the during the initialization I could start some services deployed with the package. Is there a way to do this ?

user2123288
  • 1,103
  • 1
  • 13
  • 22

1 Answers1

0

If you launch your instance with AutoScaling, you can configure CodeDeploy to automatically deploy to them. You still need to do what you are doing now and install the CodeDeploy agent.

http://docs.aws.amazon.com/codedeploy/latest/userguide/auto-scaling-integ.html

Jonathan Turpie
  • 1,343
  • 10
  • 16