MultiCloud Classroom notes 04/Dec/2025

AWS Basics for networking

  • To understand networking in AWS we need to understand
    • Global infra of AWS

Global infra of AWS

  • Region: This is geographical location
  • Availability Zone: Az’s will have datacenters
  • Global network: Preview
  • Local Zones

Networking in AWS

  • AWS has a service called VPC (virtual private cloud) which enables networking.
  • Using VPC we create private networks.
  • Private networks can be configure to
    • connect to internet.
    • connect from internet.
  • By default AWS networks created will be private without any internet connection.
  • In AWS network is scoped at region level and subnet belongs to Availability Zone or Local Zone.
  • To get internet connection we need Gateways
    • connected from internet => Internet Gateway
    • connect to internet
      • => private subnets + public subnet + internet gateway
      • => Egress only internet gateway
  • AWS vpc has route tables (routers). BY default all routing within vpc (network) is enabled.
  • AWS by default will have a default vpc in every region with internet (to and from) enabled

Design approach

  • Overview.
    Preview

Lets create our first vpc with 4 subnets

  • Watch classroom recording
  • In a AWS VPC by default you will have

    • default route table
    • default security group
    • default Network ACL
  • Exercise: Create vpc with 6 subnets
  • Exercise:
    • What component in network assigns ip address
    • What is DNS

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Media Icons Powered by Acurax Web Design Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube