From the course: AWS Essential Training for Developers
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Using VPNs to access private subnets - Amazon Web Services (AWS) Tutorial
From the course: AWS Essential Training for Developers
Using VPNs to access private subnets
- [Instructor] There are several VPC scenarios laid out in the documentation. The first scenario is a VPC with a single public subnet and this is similar to the architecture we already have for our two running instances. Scenario number two shows what your architecture would look like if you split up your subnets into public and private subnets. A NAT gateway in the public subnet allows your servers within the private subnet to talk to the outside internet but protects the servers from incoming traffic. But if the servers in the private subnet are protected from all outside internet traffic, how do you connect to them to administer them? And what if you want to restrict administrative access to the servers in the public subnet, such as closing off the ports for SSH for Linux terminal access or Remote Desktop Protocol, or RDP, for Windows servers? One way to securely connect to your instances is by using a bastion host. A…
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 firewalls7m 45s
-
(Locked)
Virtual Private Cloud (VPC)4m 4s
-
(Locked)
Public and private subnets2m 33s
-
(Locked)
Internet and NAT gateways4m 38s
-
(Locked)
Static addresses with Elastic IPs4m 59s
-
(Locked)
Using VPNs to access private subnets4m 59s
-
(Locked)
Scaling with Elastic Load Balancer (ELB)2m 46s
-
(Locked)
Learn how to create an Application Load Balancer (ALB)7m 18s
-
(Locked)
Point a domain to your EC2s with Route 537m 18s
-
-
-
-
-
-
-
-