Welcome to the AWS Global Networking lesson. Now that your servers are securely deployed in a VPC, you need to help internet users find them quickly!
A website is useless if users can't find it. Understanding Domain Name Systems (DNS) and content delivery networks ensures your applications load fast globally and never suffer from routing outages.
In this tutorial, you will learn about two flagship AWS global networking services:
Amazon Route 53 is a highly available and scalable cloud Domain Name System (DNS) web service. It connects user requests (like typing www.google.com) to infrastructure running in AWS (like an Elastic Load Balancer or an S3 bucket).
Route 53 is incredibly powerful. It can perform health checks on your servers and dynamically route traffic away from a server if it detects that the server has crashed!
AWS Global Accelerator is a networking service that routes user traffic through the private AWS global network instead of the chaotic public internet. This significantly improves the speed and latency of your applications for international users.
Which AWS service provides highly available DNS routing to connect user domain names to backend infrastructure?