Tutorials References Exercises Videos Menu
Paid Courses Website NEW Pro NEW

AWS Cloud Tutorial

AWS HOME AWS Intro AWS Cloud Certification AWS Get Started AWS Cloud Computing AWS Cloud Benefits AWS EC2 Intro AWS EC2 Instance Types AWS EC2 Pricing AWS EC2 Scaling AWS EC2 Auto Scaling AWS Elastic Load Balancing AWS Messaging AWS SNS AWS SQS AWS Serverless AWS Lambda AWS Containers AWS ECS AWS EKS AWS Fargate AWS First Recap AWS Infrastructure AWS Regions AWS Availability Zones AWS Edge Locations AWS Provision AWS Provision Services AWS Elastic Beanstalk AWS CloudFormation AWS Second Recap AWS Networking AWS Connectivity AWS Subnet and Access AWS Global Networking AWS Third Recap AWS Storage and DBs AWS Instance Stores AWS EBS AWS S3 AWS EBS vs S3 AWS Elastic File System AWS RDS AWS DynamoDB AWS DynamoDB vs RDS AWS Redshift AWS DMS AWS Additional DB Services AWS Fourth Recap AWS Cloud Security AWS Shared Responsibility AWS User Access AWS Organizations AWS Cloud Compliance AWS DDoS AWS Other Services AWS Fifth Recap AWS Monitoring and Analytics AWS CloudWatch AWS CloudTrail AWS TrustedAdvisor AWS Sixth Recap AWS Pricing and Support AWS Free Tier AWS Pricing Models AWS Billing Dashboard AWS Consolidated Billing AWS Budgets AWS Cost Explorer AWS Support Plans AWS Marketplace AWS Seventh Recap AWS Migration and Innovation AWS Cloud Adoption Framework AWS Migration Strategies AWS Snow Family AWS Innovation AWS Eight Recap AWS Cloud Journey AWS Well-Architected Framework AWS Cloud Benefits AWS Ninth Recap AWS Exam Preparation

AWS Examples

AWS Cloud Exercises AWS Cloud Quiz

More AWS

AWS Machine Learning AWS Serverless


AWS Cloud Connectivity


Introduction AWS Networking

AWS has many networking options.


AWS Connectivity Intro Video

W3schools.com collaborates with Amazon Web Services to deliver digital training content to our students.


AWS Virtual Private Cloud

AWS Virtual Private Cloud is also called AWS VPC.

VPC is a service that lets you isolate your AWS resources in an isolated network.

The boundaries created around the resources let AWS restrict the network traffic.

In addition, it allows you to include the sections of the AWS Cloud that you want in the isolated network.

Resources can be organized in subnets.

A subnet is a section in the VPC that can contain specific resources.


Internet Gateway

Public traffic can be allowed to your VPC.

The traffic is allowed by an Internet Gateway.

client sending traffic to VPC trough an internet gateway

Image created by Amazon Web Services

An Internet Gateway is a door between the VPC and the internet.

The traffic enters the VPC through the Internet Gateway.

Without the Internet Gateway, you cannot access the resources in the VPC.



Virtual Private Gateway

A Virtual Private Gateway is used to access private resources in the VPC.

It has extra layers of protection.

The Virtual Private Gateway encrypts the internet traffic, keeping it protected.

It is a component that allows the encrypted traffic to enter the VPC.

protected traffic through VPN and Virtual Private Gateway

Image created by Amazon Web Services

The Virtual Private Gateway allows you to make a Virtual Private Network (VPN) between the VPC and private network.

It only allows traffic from approved networks.

Many businesses use VPNs to ensure that their traffic and data are secure.


AWS Direct Connect

AWS Direct Connect lets you make a dedicated private connection between the Data Center and a VPC.

A dedicated connection is to have the link for yourself.

The link is not shared with others.

Only you and your data can travel through the connection.

protected traffic through VPN and Virtual Private Gateway

Image created by Amazon Web Services


AWS Cloud Exercises

Test Yourself With Exercises

Exercise:

What is VPC short for?

VPC is short for Virtual  Cloud

Start the Exercise