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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -