By the end of this lesson, you will:
Imagine building a great website, only to have users access it via a complex URL like d2abcdefg.cloudfront.net
. With Amazon Route 53, AWS’s Domain Name System (DNS) web service, you can map human-readable domain names (e.g., www.mysite.com
) to your AWS resources.
In this chapter, we’ll guide you through registering or transferring a domain to Route 53, setting up DNS records, and linking your domain to an AWS resource like a CloudFront distribution.
Amazon Route 53 is a scalable DNS web service that connects user requests to AWS resources like CloudFront distributions, S3 buckets, or EC2 instances.
mysiteexample.com
).mysiteexample.com
).A (Alias)
.blog.mysiteexample.com
:
CNAME
.blog.mysiteexample.com
).www.mysiteexample.com
).In this lesson, you configured Route 53 to map a custom domain to an AWS resource. This enhances the professionalism and accessibility of your website.
In the next chapter, we’ll explore how to Deploy a Dynamic Web Application using EC2, RDS, and other AWS services for a more complex architecture.
Your domain management skills are set—let’s build more!