powershell - CodeDeploy on programically created EC2 Instance -
i have auto-scaling-group setup. when there no running instances per group , application deploys, auto-scaling-group spin instance , deploy. fantastic. ... sorta...
if there more 1 instances in auto-scaling-group, scripts might point 1 instance or another.
how deploy specific instance without having setup codedeploy application, deployment-group, send new revision, yada, yada, yada...
or, have take of steps each time? how track deployments? surely there's better way this?
ideally, create instance based on ami, associate instance auto-scaling-group, deploy instance. can't create-deployment instance, deployment-group.
this maddening.
Comments
Post a Comment