Search⌘ K
AI Features

EC2 Networking

Explore the basics of EC2 networking by examining the default VPC configuration. Understand how subnets are assigned per availability zone, how internet access is managed through internet gateways, and how routing tables direct traffic within AWS regions.

We'll cover the following...

Introduction

This lesson is a brief introduction to EC2 networking.

For now, we just need to know that by default, we operate in the default VPC, which has a separate subnet for each Availability Zone (AZ). The default VPC gives instances access to the internet via an internet gateway (IGW) and the ...