Member-only story
Working with Microservices-13: Setting Domain Name and TLS certificate for Production Pipeline using Route 53 and AWS Certificate Manager
We will set “Domain Name”, create an “A record” in our hosted zone by using AWS Route 53 domain registrar for the microservices app, and then, bind it to our the “Kubernetes cluster of the app”. We will configure a TLS (Transport Layer Security) certificate for HTTPS connection to the domain name using AWS Certificate Manager. Thus, we will be able to provide a secure connection to our application on the Internet. We will do it all step by step.
6 min readAug 15, 2023
Topics we will cover:
1. About Route 53 and AWS Certificate Manager
3. Creating TLS/SSL certificate by using AWS Certificate Manager
4. As a result
5. Next post
6. References