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
Is VPC peering the same as transitive peering?
No
What options are there to open our applications in a VPC to another VPC?
You can open it up to the internet, use VPC peering, or PrivateLink
What must the service VPC have to use PrivateLink?
A NLB
What must the customer VPC have to use PrivateLink?
An ENI
What is direct connect?
A cloud service solution that makes it easy to establish a direct network connection from your premises to AWS
What are the two types of direct connect connections?
Dedicated connections and hosted connections
What is AWS Transit Gateway?
Connects VPC’s and on premises networks through a central hub. this simplifies your network and puts an end to complex peering relationships.It acts as a cloud router each new connection is only made once
What is AWS Transit Gateway?
Connects VPC’s and on premises networks through a central hub. this simplifies your network and puts an end to complex peering relationships.It acts as a cloud router each new connection is only made once
What AWS service allows transitive peering?
AWS Transit Gateway
How can you limit how VPC’s talk to each other with Transit Gateway
route tables
What AWS service supports IP multicast?
Transit Gateway
What is AWS wavelength?
Embeds AWS compute and storage services within 5g networks