Module 4: Networking Flashcards
Amazon Virtual Private Cloud (Amazon VPC)
Enables you to provision an isolated section of the AWS Cloud.
Subnet
Section of a VPC that can contain resources such as Amazon EC2 instances.
Internet Gateway
A connection between a VPC and the internet.
Virtual Private Gateway
- The component that allows protected internet traffic to enter into the VPC.
- Enables you to establish a VPN connection between your VPC and a private network.
AWS Direct Connect
A service that enables you to establish a dedicated private connection between your data center and a VPC.
Public Subnets
Contain resources that need to be accessible by the public.
Private Subnets
Contain resources that should be accessible only through your private network.
Packet
A unit of data sent over the internet or a network.
Network Access Control Lists (ACLs)
A virtual firewall that controls inbound and outbound traffic at the subnet level.
Stateless Packet Filtering
Nothing is remembered and packets are checked at the subnet border whether inbound or outbound.
Security Group
A virtual firewall that controls inbound and outbound traffic for an Amazon EC2 instance.
Stateful Packet Filtering
Previous decisions made for incoming packets are remembered.
Domain Name System (DNS) Resolution
- Involves a DNS server communicating with a web server.
- The process of translating a domain name to an IP address.
Amazon Route 53
- A DNS web service that gives developers and business a reliable way to route end users to internet applications hosted in AWS.
- Connects user request to infrastructure running in AWS.
- Can manage the DNS records for domain name.