Route53

aws

How to create hosted zone and records in route53 using boto3

Reading Time: 4 minutes Hello folks. In this blog, I’ll explain what is route53, why we need it and after that, we’ll see how to create hosted zone and records in route53 using boto3. refer to this for a basic understanding of Amazon route52 web service. What is route53? Amazon route 53 is a DNS service that gives developers an efficient way to connect users to internet applications without Continue Reading

Route53 workflow for DNS Setup and Routing

Reading Time: 4 minutes Amazon Route53 is highly available and scalable cloud Domain Name System(DNS) web service. Amazon Route53 is fully compliant with IPv6.It is designed to give developers and businesses an extremely reliable and cost-effective way to route end users to Internet applications. You can use Route 53 to do three major functions:1. Domain Registration.2. DNS routing and 3. Health Checking. We will be majorly focusing on first Continue Reading