From the course: AWS Essential Training for Developers
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Pointing a domain to your EC2s with Route 53 - Amazon Web Services (AWS) Tutorial
From the course: AWS Essential Training for Developers
Pointing a domain to your EC2s with Route 53
- So we just set up an application load balancer to balance the web traffic to our healthy instances, but we don't want our users going to that long and ugly URL that AWS gave us. We want to use our own domain name. DNS, or domain name system, it's like the phone book of the internet. It takes a domain name like linkedin.com, and it looks up the IP address because telling your colleagues to connect with you at 108.174.10.10, it just doesn't sound as good as saying, "Hey, connect with me at linkedin.com." AWS has a DNS service that they host, and it's called Route 53. And it's easy to remember because the internet standard is that all DNS servers communicate over port 53. And here's the old icon for Route 53, which looks like, well, I'm not really sure what that looks like. Route 53 isn't just a regular DNS hosting service like GoDaddy has for linking a domain name to an IP address. It has additional features and…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
Using security groups as firewalls2m 21s
-
(Locked)
Editing security groups6m 34s
-
(Locked)
Virtual Private Cloud (VPC)4m 1s
-
(Locked)
Public and private subnets2m 23s
-
(Locked)
Internet and NAT gateways4m 36s
-
(Locked)
Static addresses with Elastic IPs4m 56s
-
(Locked)
Using VPNs to access private subnets3m 23s
-
(Locked)
Scaling with Elastic Load Balancer (ELB)2m 46s
-
(Locked)
Creating an Application Load Balancer (ALB)7m 9s
-
(Locked)
Pointing a domain to your EC2s with Route 536m 57s
-
(Locked)
Challenge: Add a server to your load balancer26s
-
(Locked)
Solution: Add a server to your load balancer2m 39s
-
-
-
-
-
-
-
-
-
-