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.
Internet and NAT gateways - Amazon Web Services (AWS) Tutorial
From the course: AWS Essential Training for Developers
Internet and NAT gateways
- Your router at home creates a private network, much like a VPC that links all of your local computers and devices together, either through wired connections or through wireless ones. It then routes traffic from the public internet to your private network through a technique called network address translation or NAT. This allows your wide area network interface to get a single public IP address from your internet provider, like 1.2.3.4, and to share that IP address to all the devices on your local area network, or LAN. So when one of your computers, such as 192.168.1.2 goes to a website like linkedin.com, the servers at LinkedIn will see traffic coming from the WAN interface at 1.2.3.4, and then when LinkedIn responds, the return traffic is sent to 1.2.3.4 and it's routed by your router back to the originating computer at 192.168.1.2. Now, if some random person on the internet, such as 5.6.7.8 wants to reach one of your…
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
-
-
-
-
-
-
-
-
-
-