Lesson 2 VPC
Lesson 2 VPC
2
Core AWS Services
Amazon Virtual Private Cloud (VPC)
o Networking
o Subnets
o Security
o Virtual Private Network (VPN)
Virtual Private Cloud (VPC)
When we start using AWS, the VPC is a type of ecosystem:
o Security Groups
o Key Pairs
VPC Network ACL
o The Network Access Control List (ACL) is an optional
security layer for your VPC. It acts as a firewall for
controlling traffic flow o and from one or more subnets.
Network ACLs can be set up with rules similar to your
security groups
o By default, each network ACL denies all inbound traffic to
and outbound traffic from the associated subnet until you
add rules. You can associate a network ACL with multiple
subnets.
VPC Security group
o Security groups act as a firewall for
associated Amazon EC2 instances,
controlling both inbound and
outbound traffic at the instance
level. When you launch an instance,
you can associate it with one or
more security groups that you've
created
o Rules are added to each security
group, which allows traffic to or
from its associated instances.
Basically, a security group controls
inbound and outbound traffic for
one or more EC2 instances
VPC availability zone
o Region and Availability Zone
Concepts. Each Region is
completely independent. Each
Availability Zone is isolated, but
the Availability Zones in a Region
are connected through low-latency
links
o Regions and Availability Zones
allow anyone to create worldwide
infrastructure with ease. They also
allow for many options for creating
redundancy within your platform.
By properly using these
components, you can create world-
class level systems in terms of both
scale and reach
VPN Connections
Ways to extend organization on-premises networks to the
AWS cloud and securely access them from anywhere
VPN complete system