openskills.info
AWS Networking logoCourse Preview

AWS Networking

AWS networking provides the virtual network infrastructure for cloud workloads: VPCs, subnets, route tables, gateways, load balancers, and DNS. It controls how traffic flows between resources, the internet, and on-premises environments.

itCloud computing

AWS Networking

AWS networking decides which systems can communicate, which path their packets take, and where traffic is allowed to cross a trust boundary. Amazon Virtual Private Cloud, or Amazon VPC, is the foundation. A VPC is a logically isolated virtual network in one AWS Region.

The useful mental model has four parts:

  1. Address the network with non-overlapping IPv4 or IPv6 ranges.
  2. Place resources in subnets tied to Availability Zones.
  3. Route traffic toward a gateway, endpoint, connection, or local destination.
  4. Filter traffic close to resources and, when needed, at subnet boundaries.

Most AWS networking failures come from one broken part of that chain. A route cannot override a security rule. A security rule cannot create a route. DNS can return a correct address while the packet path still fails.

VPCs, subnets, and addresses

A VPC owns one or more CIDR blocks. CIDR notation defines an address range and its prefix length. Plan ranges before connecting networks. VPC peering rejects overlapping CIDR blocks, and shared address space makes later connectivity harder.

A subnet is an address range inside a VPC. Each subnet exists in exactly one Availability Zone. Spread application tiers across subnets in multiple zones when the workload must tolerate a zone failure.

Continue the course

This section is part of the paid course.

See pricing to subscribe, or log in if you already have access.

Where this skill leads

Relevant careers

See how this topic contributes to broader role-level skill maps.

Sources