Module 4: Networking Flashcards
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
- Private
- Public
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
- Internet Gateway
- Virtual Private Gateway
- AWS Direct Connect
What is an Internet Gateway?
Public traffic from the internet to access your VPC
What is a Virtual Private Gateway?
- A virtual private gateway enables you to establish a virtual private network (VPN) connection between your VPC and a private network, such as an on-premises data center or internal corporate network. AWS Direct Connect
- Allows traffic into the VPC only if it is coming from an approved network.
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
- Network Access Control List (Network ACL)
- Security Group
What is a a Network Access Control List (Network ACL)?
- Virtual firewall that controls inbound and outbound traffic at the subnet level.
- “Passport control” to each subnet