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 ?
问问题
121 次
1 回答
0
如果您使用 AutoScaling 启动实例,则可以将 CodeDeploy 配置为自动部署到它们。您仍然需要执行您现在正在执行的操作并安装 CodeDeploy 代理。
http://docs.aws.amazon.com/codedeploy/latest/userguide/auto-scaling-integ.html
于 2015-07-12T05:34:55.367 回答