pedanticism / round-robin

Demonstrate build of a set of paired webappservers behind a load balancer
Apache License 2.0
0 stars 0 forks source link

NodeJS CI #10

Open stephenconnolly1 opened 4 years ago

stephenconnolly1 commented 4 years ago

Make a change to the node code. Build an AMI from CI and deploy the new version behind the load balancer Include the git hash in the web server response Demonstrate that during the deployment there's no loss of service and the update proceeds smoothly to the new version, with the load balancer managing the traffic to the new instances.

stephenconnolly1 commented 4 years ago

Need to get the git hash into the AMI build ID to make it easier to troubleshoot Need a single workflow to build the AMI and update the terraform After the apply scale up and scale down to refresh the instances