AWS Chapter 4 Flashcards
Amazon Virtual Private Cloud (VPC)
allows an isolated section of the AWS cloud, allows for subnetting EC2 instances
Internet Gateway
allows public traffic from the internet to the VPC
Virtual Private Gateway
allows protected internet traffic to enter the VPC for private resources, I.E establish VPN connection between VPC and on-prem data centers
AWS Direct Connect
creates dedicated private connection between your data and a VPC
Subnets
section of a VPC in which you can group resources based on security/operations, can be public or private
Network Access Control Lists
virtual firewall that controls inbound/outbound traffic at the subnet level, AWS includes a default network ACL, can create custom ACLs
Stateless Packet Filtering
checks packets that cross the subnet border each way, doesn’t remember
Security Groups
Virtual firewall that controls inbound/outbound traffic for an EC2 instance, can use same or different security groups
Stateful Packet Filtering
used by security groups, remember previous decisions
Amazon Route 53
DNS web server, register/manage new domain names directly, can connect in and out of AWS instances