What is the Amazon Virtual Private Cloud (VPC)?
A networking service that you can use to establish boundaries around your AWS resources
What is the purpose Amazon Virtual Private Cloud (VPC)?
Enables you to provision an isolated section of the AWS Cloud. In this isolated section
What is the main component of Amazon Virtual Private Cloud (VPC)?
Subnets
What is a Subnet?
Section of a VPC that can contain resources such as Amazon EC2 instances.
Types of Subnets
What is a private subnet?
Isolate of databases from public access
What is a public subnet?
Customer facing website
Types of Virtual Private Cloud (VPC) Access
What is an Internet Gateway?
Public traffic from the internet to access your VPC
What is a Virtual Private Gateway?
What is an AWS Direct Connect?
Service that lets you to establish a dedicated private connection between your data center and a VPC.
What are the benefits of AWS Direct Connect?
Helps you to reduce network costs and increase the amount of bandwidth that can travel through your network.
What is a Packet?
Unit of data sent over the internet or a network.
Types of Network Hardening
What is a a Network Access Control List (Network ACL)?
Network ACLs are “State-__”
Stateless
What is Stateless
Packet must be checked in and out of each instance
What is a Security Group?
Security Groups are “State-__”
Stateful
What is Stateful?
Remembers previous packages and let’s packets out automatically
What is a Domain Name System (DNS)?
What are the steps of Route 53 and Cloud Front working together to deliver Content?