Blue Green Deployments CloudFront and Ruby on Jets

Blue Green Deployments CloudFront and Ruby on Jets

December 8, 2023
Tags:
jetsruby

We'll show one way to do a blue-green deployment with Ruby on Jets. We'll use CloudFront to control the switch over. CloudFront deploys faster nowadays than most people realize.

Here's the bash loop I ran to see how long the switchover took.

while true ; do
  date
  curl https://demo.lrn.boltops.com
  echo
  sleep 1
done

Change the URL to your own.

GitHub boltops-learn/demo-blue-green-deployment

Explore lesson as part of a learning path

Get full access to these great resources

All for less than the price of coffee a day

38 courses
274 lessons
44+ hours

Get started with BoltOps Learn now and get access to easy and powerful lessons

BoltOps Tools