SSL configuration on a load-balanced platform (Part 2)

Oct 2019 • 2 min read

In the previous post, I concluded that Cloudflare was a great option to provide SSL, and also comes with other great features such as caching, DDOS protection and more.

Recently, in this post, I saw that Amazon Route 53 also allows you install SSL on your servers with just a click. This is a slight but important improvement on the Cloudflare setup in which we had to download and install the certificates on the load balancer manually.

This post is intended to be a quick comparison between Route 53 and Cloudflare.

Route 53

Amazon describes Route 53 as “a highly available and scalable cloud Domain Name System (DNS) web service”. It essentially provides the DNS features you’d get when you buy a domain name from a DNS provider such as Namecheap or Greengeeks.

The DNS features itself aren’t really eye-catching. It’s when you consider the benefit of inter-operability when you have an AWS service to provide an important layer of your web infrastructure: DNS.

If we make the assumption that all your services are running on AWS, then it can become immediately apparent that these services each provide layers of your architecture and can be linked together, because that’s one of the philosophies of AWS itself. So, you can install SSL on your EC2 instances using Route 53 with just a button-click etc.

Some of Route 53’s basic features (as seen on the website) are:

Route 53 vs Cloudflare

As we understand what Route 53 is now, we can compare. Please note, this list is not intended to be comprehensive. It’s just meant to give a basic overview of what features and advantages these providers have.

Route 53 Cloudflare
Makes DNS integration with other AWS services seamless. Not as great with AWS because external provider and manual integration.
Can’t find any out-of-the-box DDOS features. Provides DDOS protection as a service.
No CDN features (Although for that, you’d just use S3). Can be used directly as a CDN.
Provides traffic and routing management. Also provides traffic management with a service called Argo.

Conclusion

In the end, a few factors would determine your choice of provider. Factors such as:

As long as you consider the factors that are most important to excellent service delivery to your users, you would be fine with the setup you eventually run with.

Futher Reading

Hi! My name is Opeyemi. I am an SRE that cares about Observability, Performance and Dogs. You can learn more about me or send me a message on Twitter.

Share on