Route53 is Amazon service for DNS management for both inside and outside AWS.
It allows you to easily configure domain names to resolve to internal Service domain names.
You can register domain names you already own or register through AWS.
www.example.com → route53 ← EC2 app
Route53 is core to letting users interact in AWS.
Route53 works first by setting up an hosted zone.
A hosted zone is basically the root domain name like example.com or google.com
By using hosted zone you can use route53 to setup subdomains like mail.example.com and configure them to AWS resources.
You can also record sets like A, CName, Mail exchange(MX) records.
Pricing:
Hosted zone |
Queries |
DNS entries |
$0.50 per month |
$0.40 per month |
Free |
Route53: Health Check Service
This service allows you to check the health of a URL by allowing regular checks for a URL path.
It will send you alerts based on several rules
Route53 sends requests to example.com and get responses like 404/503.
It costs about $0.50 per health check-up.