Networking Flashcards
What are the different types of virtual networking cards you can attach to your EC2 instance?
Elastic network interface (ENI), Enhanced Networking (EN), and Elastic Fabric Adapter (EFA)
What is the most common type of networking card?
Elastic network interface
What networking card uses single root I/O virtualization to provide high performance?
Elastic networking
what networking card accelerates high performance computing and machine learning applications?
Elastic fabric adapter
what networking card is put on an EC2 instance by default?
ENI
What can a VPC be thought of as?
A virtual data center in the cloud
What are the three tiers of a VPC?
Web (public facing subnet), application (private subnet that can only speak to web tier and database tier), database (private subnet that can only speak to application tier)
How many AZ can a subnet be in?
One
What is a NAT gateway?
A network address translation gateway is used to enable instances in a private subnet to connect to the internet or other AWS services while preventing the internet from initiating a connection with those instances
Are NAT gateways redundant within an AZ?
Yes
What is the Gbps range for a NAT gateway?
5 to 45 gbps
How often do YOU have to patch NAT gateways?
Never, Amazon does it
How do you create a NAT gateway’s public IP address?
You don’t have to, one is automatically assigned
What is a VPC endpoint?
Enables you to privately connect your VPC to supported AWS services and VPC endpoint services without requiring an internet gateway, NAT device, VPN connection, or AWS direct connect connection
How often does traffic between VPC endpoints leave the Amazon network?
Never
What kind of public IP address does VPC endpoints require?
No public IP addresses
What are the two types of endpoints?
Interface endpoints and gateway endpoints
What is an interface endpoint?
An elastic network interface with a private IP address that serves as an entry point for traffic headed to a supported service
What is a gateway endpoint?
A virtual device you provision that supports connections to S3 and DynamoDB
When you want to connect AWS services without leaving the AWS network, what should you use?
VPC endpoints
What is an intranet?
A network of computers designed for a certain group of users
What is VPC peering?
Allows you to connect VPC’s via a direct network route
How does VPC peering connect VPC’s?
Private IP addresses
Can you VPC peer between regions? Accounts?
Yes and yes