C. Amazon Route 53
"Amazon Route 53 provides highly available and scalable Domain Name System (DNS), domain name registration, and health-checking web services. It is designed to give developers and businesses an extremely reliable and cost effective way to route end users to Internet applications by translating names like example.com into the numeric IP addresses, such as 192.0.2.1, that computers use to connect to each other. You can combine your DNS with health-checking services to route traffic to healthy endpoints or to independently monitor and/or alarm on endpoints. "
https://aws.amazon.com/route53/faqs/
Amazon Route 53 is a scalable domain name system (DNS) web service designed to route end-user requests to endpoints in a globally distributed manner. It supports failover routing policies that are based on health checks. This means you can configure Route 53 to monitor the health of your application's resources (such as an Elastic Load Balancer) and automatically route traffic to healthy resources while directing traffic away from unhealthy ones.
Amazon Route 53 does majorly two things:
- It allows you to redirect/route end users of internet to web applications by translating domain names to IP addresses.
- It has ability to reroute users to other ip addresses in cases of failure of the current ip address.
keyword-> Domain name, Routing/redirecting users, failover routing
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Pranava_GCP
1 year, 9 months agoman5484
1 year, 9 months agoet_learner
2 years, 1 month agodanielolasupo02
2 years, 2 months agoNotMeAnyWay
2 years, 3 months agoSaif93
2 years, 3 months ago