Lecture 13: VPC & Networking Flashcards
- IPv4
- IPv6
What are the two types of IP addresses?
Public networking
IPv4 -Internet protocol version 4 can be used on the _______ internet & EC2 instances gets a new public IP address everytime you stop then start it (default)
Private
________ IPv4 can be used on _________ networks (LAN) such as internal AWS networking & is fixed for EC2 instance even if you stop/start them (keep the same EC2)
_________ allows you to attach a fixed public IPv4 address to EC2 instances
Elastic IP
Public
IPv6 Internet protocol version 6 have every IP address ________
___________ is a private network to deploy your resources
VPC (Virtual private cloud)
_________ allow you to partition your network inside your VPC (availability zone resource)
Subnets
A _______ is a subnet that is accessible from the internet
Public subnet
________ is a subnet that is not accessible from the internet
Private subnet
To define access to the internet and between subnets need to use ________
Route table
________ helps your VPC instance connect with the internet ( public subnets have a route to the internet)
Internet gateway
__________ & ___________ allow your instance in your private subnet to access the internet while remaining private
NAT Gateway & NAT instance
__________ is a firewall which controls traffic from and to subnet, it can allow & deny rules & is attached at the subnet level
NACL (network ACL)
__________ is a firewall that controls traffic to EC2, it’s at the EC2 level and from an ENI/ an EC2 instance and can have only allow rules
Security groups
Return traffic is automatically allowed, regardless of any rules
Security groups are stateful which means what?