amazon ec2 - Continuos deployment to a autoscaling group in private subnet -
i've elb in public subnet using autoscaling group comprising of 3 private subnets, each running 2 ec2 instances , nat instance in public subnet.
due restrictions can't use aws codedeploy or code pipeline or s3.
now question how can still deploy latest github commits each of ec2 instances automatically?
any suggestions welcome indeed.
assuming have windows machines in auto scaling group, create , configure task in image used auto scaling copies latest version of application deployment server. can run task @ start of group instances.
Comments
Post a Comment