Explore how AWS cloud network are setup and draw a comparison between on-prem and cloud network

What you will learn

Basics of Networking in Physical World

Compare On-Prem Networks with AWS Network

Amazon VPC

Routing and Network Security

Description

Amazon Virtual Private Cloud (VPC) is a service that lets you launch AWS resources in a logically isolated virtual network that you define. You have complete control over your virtual networking environment, including selection of your own IP address range, creation of subnets, and configuration of route tables and network gateways. You can use both IPv4 and IPv6 for most resources in your VPC, helping to ensure secure and easy access to resources and applications.

As one of AWS’s foundational services, Amazon VPC makes it easy to customize your VPC’s network configuration. You can create a public-facing subnet for your web servers that have access to the internet. It also lets you place your backend systems, such as databases or application servers, in a private-facing subnet with no internet access. Amazon VPC lets you to use multiple layers of security, including security groups and network access control lists, to help control access to Amazon Elastic Compute Cloud (Amazon EC2) instances in each subnet.

Use cases


Get Instant Notification of New Courses on our Telegram channel.


Launch a simple website or blog

  • Improve your web application security posture by enforcing rules on inbound and outbound connections.

Host multi-tier web applications

  • Define network connectivity and restrictions between your web servers, application servers, and databases.

Create hybrid connections

  • Build and manage a compatible VPC network across your AWS services and on premises.
English
language

Content

Introduction

Introduction

Networking in Cloud

Networking Basics
VPC and Subnet
Route Table and NAT Gateway
Security Group and Network ACL

Additional Resources

Additional Resources