PRACTCAL
1. Create a WordPress
2. Login to freenom
3. Route 53
A hosted zone is a collection of resource record sets for a specified domain.
A resource record is an entry in DNS zone that specifies information about a particular name or object in the zone.
4. Go to freenom
(note: it may take a while to for the domain name provider to map the AWS name server with the domain name.)
5. Configuring domain Record Set
(note: here if you click on alias -> yes, we can see alias target there we can specify S3, ELB, CloudFront et
Routing Policy determines how Amazon Route 53 responds to queries.
Simple Routing Policy: it is used when we have a single resource that performs a given function for your domain
Weighted Routing Policy: it is used when you have multiple resources that perform the same function.
Latency Routing Policy: it is used when we have resources in multiple Amazon EC2 data centers that perform the same function and you want Amazon Route 53 to respond to DNS queries with the resources that provide the best latency.
Failover Routing Policy: it is used when we want to configure active-passive failover, in which one resource takes all traffic when it's available and the other resource takes all traffic when the first resource isn't available.
Geolocation Routing Policy: it is used when we want Amazon Route 53 to respond to DNS queries based on the location of your users.
6. Verify the web page
Open a tab -> www.nirmal.ga
7. Health Check
Route 53 health checks monitorthe health and performance of your application's servers, or endpoints, from a network of health checkers in locations around the world.
we can specify either a domain name or an IP address and a port to create HTTP, HTTPS, and TCP health checks that check the health of the endpoint.
we can use Route 53 health checks for monitoring and alerts. Each health check provides CloudWatch metrics that you can view and set alarms on.
We can also use Route 53 health checks for DNS failover by associating health checks with any Route 53 DNS resource record set. This lets you route requests based on the health of your endpoints.
(note: here we are going to create health check with routing policy failover).
1. Create instance
2. Create health check
3. Create a primary record set
(note: after 5 minute’s check www2.nirmal.ga, it will display “Health Check 1”)
(note: stop the 1 st instance after 5 minute’s checks www2.nirmal.ga, it will display “Health Check 2”).
Last updated
Was this helpful?