Domain 3: Technology - Networking Flashcards
What is a Subnet?
Range of IP addresses in your VPC
Each subnet resides in a different AZ
Isolate EC2 resources from each other
Isolate EC2 resources from the Internet
What is a security group?
A set of firewall rules that control traffic for your instance. Not as smart as a WAF
What is a DMZ?
Demilitarized Zone
AKA Screened submetwork
Seperates a LAN from the Internet
Web front ends located in DMZ
What do you need to connect to an EC2 instance from Windows?
Private Key
Putty App
PPK (converted from PEM in PuttyGen)
What popular ports need to be opened in your security group to allow connections?
SSH (22)
HTTP (80)
HTTPS (443)
RDP (3389)
What are the three types of load balancers?
Application - Layer 7
Network - High Performance and static IPs
Classic - Existing apps, phasing out