AWS Networking
Module 3
57
Units OVERVIEW : MODULE 03
3.1 Networking in AWS
3.2 Introduction to Amazon Virtual Private
AWS Networking
Cloud (Amazon VPC)
3.3 Amazon VPC Routing Learning Outcomes
3.4 Amazon VPC Security
3.5 Hands-on Lab: Create a VPC and
Relaunch the Sample Application in
• Develop a foundational understanding of networking principles in the AWS environment
Amazon EC2 • Master the concepts of Amazon VPC, including its components and use cases
• Gain proficiency in configuring routing within an Amazon VPC
• Acquire knowledge of security features and best practices for securing an Amazon VPC
• Apply theoretical knowledge in a practical setting through the hands-on lab, reinforcing the
ability to create and manage VPCs, launch EC2 instances, and deploy applications
58
Lesson Learning Outcomes LESSON OVERVIEW
✓ Understand the fundamentals of
networking in the AWS environment MODULE 3 AWS NETWORKING
✓ Explore key networking concepts and
terminologies used in AWS Lesson 3.1 Networking in AWS
✓ Gain knowledge of how networking
components work together in the AWS
infrastructure
• Understanding the Network in AWS Services
59
3.1
Networking in AWS
Networking in Amazon Web Services (AWS) involves designing, configuring, and managing the network infrastructure that
connects various AWS services and resources. AWS provides several networking services and features to help you build
scalable, secure, and high-performance applications
60
Networking in AWS
Understanding the Network in AWS Services
Amazon Virtual Private Cloud (VPC) Amazon
VPC is a logically isolated section of the AWS Cloud where you can launch AWS VPC
resources.
VPC Subnets
VPC Subnets are divisions within a VPC that allow you to organize resources. VPC
They are associated with a specific availability zone (AZ) in a region. Subnets
Route Tables
Route Tables contains a set of rules, called routes, that are used to determine Route
where network traffic is directed. Tables
61
Networking in AWS
Understanding the Network in AWS Services
Internet Gateway Internet
Internet Gateway enables communication between instances in your VPC and Gateway
the internet. It serves as a horizontally scaled, redundant component.
Amazon Route 53
Amazon
Route 53 is a scalable and highly available domain name system (DNS) web
Route 53
service. It translates user-friendly domain names into IP addresses.
62
Networking in AWS
Understanding the Network in AWS Services
Virtual Private Network (VPN) and Direct Connect VPN & Direct
VPN and Direct Connect services provide secure and dedicated network Connection
connections between your on-premises data center and your VPC.
Security Group and Network ACL Security Group
Security Group act as virtual firewalls for your instances, controlling inbound & Network ACL
and outbound traffic. Network ACL are stateless and operate at the subnet
level.
63
Networking in AWS
SUMMARY
✓ Amazon Virtual Private Cloud (VPC)
✓ Subnets
✓ Route Tables
✓ Internet Gateway
✓ Elastic Load Balancer (ELB)
✓ Amazon Route 53
✓ Virtual Private Network (VPN) and Direct Connect
64
Lesson Learning Outcomes LESSON OVERVIEW
✓ Comprehend the concept of Amazon VPC
as a logically isolated section of the AWS MODULE 3 AWS NETWORKING
Cloud
✓ Learn about the benefits and use cases of
Amazon VPC in cloud architecture
Lesson 3.2 Introduction to Amazon Virtual Private Cloud (Amazon VPC)
✓ Understand the components that make up
an Amazon VPC, such as subnets, route
tables, and security groups • Understanding the AWS VPC
65
3.2
Introduction to Amazon Virtual Private
Cloud (Amazon VPC)
Networking Amazon Virtual Private Cloud (Amazon VPC) gives you full control over your virtual networking
environment, including resource placement, connectivity, and security. Get started
by setting up your VPC in the AWS service console.
66
Introduction to Amazon Virtual Private Cloud (Amazon VPC)
Understanding the AWS VPC
Amazon Virtual Private Cloud (VPC) lets you provision a logically isolated
section of the AWS Cloud where you can launch AWS resources in a 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
● Configuration of route tables and network gateways
67
Introduction to Amazon Virtual Private Cloud (Amazon VPC)
Understanding the AWS VPC
Availability Zone
Availability Zone
68
Introduction to Amazon Virtual Private Cloud (Amazon VPC)
SUMMARY
✓ Virtual Private Cloud (VPC) and Publica Subnet/Private Subnet
✓ How to create a sample VPC with 2 Subnets (one Public and another Private subnet)
✓ Attaching an Internet Gateway with that sample VPC
69
Introduction to Amazon Virtual Private Cloud (Amazon VPC)
Resources
✓ [Link]
✓ [Link]
✓ [Link]
70
Lesson Learning Outcomes LESSON OVERVIEW
✓ Acquire knowledge about how routing
works within an Amazon VPC MODULE 3 AWS NETWORKING
✓ Explore the configuration and
management of route tables to control Lesson 3.3 Amazon VPC Routing
traffic between subnets
✓ Understand the use of internet and virtual
private gateways for communication
• How AWS VPC routing works
71
3.3
Amazon VPC Routing
Amazon VPC routing is a crucial aspect of networking within AWS. It involves configuring the rules
that determine how traffic flows between different components within the VPC, such as
subnets, instances, and the internet.
72
Amazon VPC Routing
How AWS VPC Routing Works
73
Amazon VPC Routing
SUMMARY
✓ Configure VPC two routers can adding some rules
74
Amazon VPC Routing
Resources
✓ [Link]
✓ [Link]
✓ [Link]
75
Lesson Learning Outcomes LESSON OVERVIEW
✓ AWS Network securing working methods
✓ Implementing multilayer of Network
MODULE 3 AWS NETWORKING
security
Lesson 3.4 Amazon VPC Security
• AWS VPC Network Security overview
76
3.4
Amazon VPC Security
Amazon VPC Security is a critical aspect of AWS networking, focusing on safeguarding resources within
the VPC and controlling access to and from external networks.
77
Amazon VPC Security
AWS VPC Network Security Overview
78
Amazon VPC Security
SUMMARY
✓ Understanding the AWS VPC Security features
✓ VPC Security Demo
79
Amazon VPC Security
Resources
✓ [Link]
✓ [Link]
80
3.5
Hands-On Lab
Create a VPC and Relaunch the Sample Application in Amazon EC2
81