Amazon EC2 provides scalable computing capacity in the AWS cloud. You can launch an EC2 virtual computing environment (an instance) using a pre-configured template (an Amazon Machine Image, or AMI). When you launch an EC2 instance, EC2 automatically installs the operating system (Linux or Microsoft Windows) and additional software included in the AMI, such as web server or database software.
If you’re hosting a website or running a web application on an EC2 instance, you can route traffic for your domain, such as example.com, to your server by using Amazon Route 53.
Pre-Steps
Before you get started, you need the following:
- A registered domain name. You can use Amazon Route 53 as your domain registrar, or you can use a different registrar (ex: Godaddy, bigrock etc)
- Amazon Route 53 as the DNS service for the domain. If you register your domain name by using Amazon Route 53, we automatically configure Amazon Route 53 as the DNS service for the domain.
For information about migrating DNS service to Amazon Route 53, see Using Amazon Route 53 as the DNS Service for Subdomains Without Migrating the Parent Domain.
Configuring Amazon Route 53 to Route Traffic to an Amazon EC2 Instance
Let’s see How to configure Amazon Route 53 to route traffic to an EC2 instance, perform the following steps.
To route traffic to an Amazon EC2 instance
- Get the IP address for the Amazon EC2 instance:
- Sign in to the AWS Management Console and open the Amazon EC2 console at https://console.aws.amazon.com/ec2/.
- In the regions list in the upper right corner of the console, choose the region that you launched the instance in.
- In the navigation pane, choose Instances.
- In the table, choose the instance that you want to route traffic to.
- In the bottom pane, on the Description tab, get the value of Elastic IPs.
- Open the Amazon Route 53 console at https://console.aws.amazon.com/route53/.
- In the navigation pane, choose Hosted Zones.
- Choose the name of the hosted zone for the domain name that you want to use to route traffic to your EC2 instance.
- Choose Create Record Set.
- Specify the following values:
Type the domain name that you want to use to route traffic to your EC2 instance. The default value is the name of the hosted zone.
Read More: How to Configure Route53
For example, if the name of the hosted zone is example.com and you want to use acme.example.com to route traffic to your EC2 instance, type demo.
- Type: Choose A – IPv4 address.
- Alias: Choose No.
- TTL (Seconds): Accept the default value of 300.
- Value: Type the IP address that you got in step 1.
- Routing Policy: Accept the default value, Simple.
- Then choose Create.