Setting Up DNS Records
Learn about hosted zones and DNS settings for domains on AWS.
Now that we have an overview of our hosted zone, let’s create our first DNS record. To make our WordPress blog accessible via our custom domain, we need to create a new DNS record to point to our load balancer.
Note: By doing this, visitors of our blog can type the domain name (
wpblog.click
in our example) into their browser and they will be redirected to our load balancer and able to see our blog.
What we need to do this successfully is an A
record, so how do we create one?
Creating DNS records through the AWS Console
Let’s take a look at the AWS Console first to understand the process in general. To create an A
record through the AWS Console, we need to open the list of records in our hosted zone and click the “Create record” button.
This will redirect us to the “Quick create record” dialog. We leave the record name blank because ...