VPC - Virtual Private Cloud Flashcards
What is a Switch?
It connects computers on the same network to allow them to share the same data, without requiring use of the router/internet.
What does VPC stand for?
Virtual Private Cloud
What is the definition of VPC?
Simplied Definition:
A Virtual Private Cloud (VPC) is a private subsection of AWS that you control, into which you cna place AWS resrources (such as EC2 isntances and databses). You have full control over who has access to the AWS resources that you place inside your VPC.
AWS Definition:
Amazon Virtual Private Cloud (Amazon VPC) lets you provision a logically isolated section of AWS cloud where you can launch AWS resources in a virtual network that you define. You have complete control over your virtual networking environment, including selection of your own IP address range, creation of subnets, and configuration of route tables and network gateways.
NOTE: When you create an AWS account, a “default” VPC is created for you.
True or False: A default VPC is created for you when you create an AWS account?
True
What is a Subnet?
A subnet (Subnetwork) is a subection of a network. Generally, a subnet includes all of the computers in a specific location.
Example: All houses on the same street in a neighborhood would be a subnet.
What does IGW stand for?
Internet Gateway
Definition of Internet Gateway (IGW)?
Simplified Definited:
A combination of hardware and software that provides your private network with a route to the world outside (the internet) of the VPC.
AWS Defintion:
An internet Gateway is a horizontally scaled, redundant and highly available VPC component that allows communication between instances in your VPC and the internet. It therefore imposes no availability risks or bandwith constraints on your network traffic.
True or False: Your default VPC already has an IGW attached?
True
What is the definition of a Route Table?
A route table contains a set of rules, called routes, that are used to determine where network traffic is directed.
True or Fales: Your default VPC does not contain a main route table?
False: Your default VPC already has a main route table.
What does NACL stand for?
Network Access Control List
What is a Network Access Control List (NACL)?
A firewall/security layer on the subnet level that con trols inbound and outbound traffic for one or more subnets.
What is a Security Group?
A firewall/security layer on the instance/server level.
True or False: You can add one or more subnets in each Availability Zone?
True
True or False: Each subnet can span more than one Availability Zone?
False: Each subnet must reside entirely within one Availability Zone and cannot span zones.