ecs-blue-green-deployment
                                
                                
                                
                                    ecs-blue-green-deployment copied to clipboard
                            
                            
                            
                        No Autoscaling
As described in my posts at https://forums.aws.amazon.com/thread.jspa?threadID=274249 and https://stackoverflow.com/questions/48917361/autoscaling-blue-green-ecs-clusters, we built a blue-green cluster on Terraform inspired by this sample, but we have not been able to get autoscaling working. We have been able to get EC2 instances added to the cluster, but the Blue and Green services do not spin up additional tasks to make use of these instances.
It would be great if this sample were expanded to provide working code for autoscaling.