Lecture # 27 : VPC Introduction
cloud PATH-AWS

15 minutes


go back go back go back home home

Introduction

VPC is something you should know in-depth for AWS Certified Solution Architect Associate Exam & AWS Certified SysOps Exams.

At the poit of AWS Certified cloud practitioner level, you should know about:


IP Address in AWS
IPv4 - Internet Protocol Version 4 (Has 4.3 Billion Addresses)
IPv6 - Internet Protocol Version 6 (Has 3.4 x 1038 Addresses)
Elastic IP

It allows you to attach a fixed public IPv4 address to an EC2 instance. Note: It has ongoing cost if not attached to EC2 instance or if the EC2 instance is stopped!


VPC & Subnets

VPC = Virtual Private Cloud Private Network to deploy your resources (regional AWS Service)

"subnet"


Subnet Allows you to partition of your network inside your VPC (AZ Resources) There are 2 types of subnets:

Public Subnet = It is a subnet that is accessible from the internet

Private Subnet = It is a subnet that is not accessible from the internet

To define access to the internet and between subnets we use route table.


Internet Gateway & NAT Gateway