image
Networking Fundamentals of AWS for Cloud Practitioner

Contents

Networking basics
2
Amazon Route 53
PREVIEW1m 41s
Introduction to the Virtual Private Cloud (VPC)
Difficulty
Beginner
Duration
5m
Students
2233
Ratings
4.6/5
starstarstarstarstar-half
Description

After reviewing the basics of compute and storage services on AWS, this networking fundamentals course reviews core networking services on AWS, including the essential information for the AWS Certified Cloud Practitioner exam.

This course covers a range of different services, including:

  • Amazon Virtual Private Cloud
  • Amazon Route 53

Learning Objectives

After watching this course, you should be able to:

  • Describe the basic functions that each networking service performs within a cloud solution
  • Recognize basic components and features of each service
  • Understand how each service utilizes the benefits of cloud computing, such as scalability or elasticity

Intended Audience

This course is designed for:

  • Anyone preparing for the AWS Certified Cloud Practitioner
  • Managers, sales professionals and other non-technical roles

Prerequisites

Before taking this course, you should have a general understanding of basic cloud computing concepts.

Feedback

If you have thoughts or suggestions for this course, please contact Cloud Academy at support@cloudacademy.com.

Transcript

Hello, I'm going to give a very brief introduction to the VPC or the Virtual Private Cloud. It's not an area that we need to know in detail for Cloud Practitioner but we do need to be aware of some of the terminology. The Virtual Private Cloud is a core building block for designing highly available, fault-tolerant environments. Since 2013, all accounts have a Virtual Private Cloud by default. Now the Virtual Private Cloud, or VPC, is a logically isolated section of the AWS Cloud dedicated to your environment. You have complete control over the VPC including the IP range, subnets, routing tables and security. VPCs use security groups and access control lists to secure access and protect against unauthorized entry access. 

Subnets are CIDR blocks within the IP range of your VPC. What's a CIDR block, I hear you ask? That stands for Classless Inter-Domain Routing. It's essentially a block of IP numbers. In short, the VPC is your private CIDR block of the AWS cloud. You can have a CIDR of 16 down to a CIDR of 28. Let's look at the core components and acronyms of the VPC. Subnet is a segment of the VPC's IP address range where you can place groups of isolated resources. The IGW is a great acronym to forget in the last five minutes of an exam. It's the Internet Gateway, the Amazon VPC side of a connection to the public internet. Hardware VPN connection is a hardware-based VPN between your Amazon VPC and your data center or co-load facility. VGW is another great one to forget when you see it written down on the question. VGW stands for the Virtual Private Gateway and that's the Amazon VPC side of a VPN connection. With Virtual Private Gateways, you can connect existing networks to your VPC. 

How about CGW? Customer Gateway, your side of a VPN connection. So routers interconnect subnets and direct traffic between Internet Gateways, Virtual Private Gateways, Net Gateways, and subnets. Peering connections enable user route traffic via private IP addresses between two peered VPCs. The first four IP addresses and the last address of any subnet are not available. Now these are reserved by AWS for routers, DNS, broadcast and network addresses. AWS won't allow you to create netmasks lower than /16 or higher than /28. Each subnet must be associated with a route table. Every subnet that you create is automatically associated with the main route table for the VPC. Each subnet must be associated with a network access control list. If you don't explicitly associate a subnet with a network access control list, the subnet is automatically associated with a default network access control list. That concludes this short lecture on the VPC, the Virtual Private Cloud.

About the Author
Students
175287
Courses
72
Learning Paths
176

Andrew is fanatical about helping business teams gain the maximum ROI possible from adopting, using, and optimizing Public Cloud Services. Having built  70+ Cloud Academy courses, Andrew has helped over 50,000 students master cloud computing by sharing the skills and experiences he gained during 20+  years leading digital teams in code and consulting. Before joining Cloud Academy, Andrew worked for AWS and for AWS technology partners Ooyala and Adobe.