Networking Flashcards
(117 cards)
Security groups are attached to?
Elastic Network Interfaces (ENI) - and not instances
How do you explicitly block traffic within a VPC?
With NACLs. Security Groups do NOT support this.
Which protocol and port operates BGP on?
TCP/179
What is number range for ASN within BGP?
0-65535
Which ASN numbers within BGP are private?
64512-65534
What’s iBGP?
Internal BGP - Routing within an Autonomous System (AS)
What’s eBGP?
External BGP - Routing between Autonomous Systems (AS)
What are the “anycast IP addresses” of AWS Global Accelerator?
Two static IP addresses that serve as fixed entry point to an application hosted in one or more AWS region.
What’s the max. bandwidth of a single VPN connection (with two tunnels)?
1.25 Gbps
What’s the max. bandwidth of a Virtual Private Gateway?
For VPN connections: 1.25 Gbps
For DX connections: same as the DX connection
What are valid attachments for AWS Transit Gateway (TGW)?
One, or more, of the following:
- VPC
- VPN
- Direct Connect Gateway
- Transit Gateway Peering
- Transit Gateway Connect
Do AWS Transit Gateway (TGW) support transitive routing?
Yes, if route tables are set up correctly
What are key features of AWS Transit Gateway (TGW)?
Transitive routing, cross region (via peering) and cross account support.
IMPORTANT: they are regional components, so have to be placed in a specific region and be peered to provide cross-region support. This also means that they fail if a complete region fails.
Up to how many route tables can a subnet have assigned?
1 (and always 1 as a subnet must always have a route table assigned)
What network elements can route tables be assigned to?
- VPCs
- Subnets
- Gateways (IGW, VGW, TGW, Outposts local gateway)
What are the default limits of a route table?
50 static and 100 dynamic routes
What’s route propagation in the context of AWS VPC’s Route Tables, and what is the maximum number of connections in this context?
An option of route tables that allows Virtual Private Gateways (VGW) to dynamically add routes that the VGW learns from an attached VPN connection to it’s associated route table. The maximum number of dynamic routes that can be added via this way is 100 (per route table).
What are the criteria that a route table decides on where to route traffic to (starting with most relevant criteria)?
- Prefix length
- Static Routes
- Dynamic Routes (and inside Dynamic Routes: DX > VPN Static > VPN BGP > AS_PATH)
What’s a Gateway route table?
A special type of route table that can be assigned to Internet Gateways (IGW), Virtual Private Gateways (VGW) and Transit Gateways (TGW).
With which network component can you use Accelerated Site-To-Site VPN with?
Only with AWS Transit Gateways (TGW), so when creating a TGW VPN attachment.
What costs are associated with using an Accelerated Site-To-Site VPN?
What are costs for AWS Site-to-Site VPN connections based on?
- hours the VPN connection is provisioned ($/h)
- egress fee ($/GB)
- hourly fee for the two Global Accelerators
- accelerator transfer fee for the dominant direction
What are the two possible attachments for a Site-To-Site VPN?
- Transit Gateway (TGW)
- Virtual Private Gateway (VGW)
What are the bandwidths available for Direct Connect (DX) when provided natively by AWS (so called “Dedicated Connection”)?
1, 10 and 100 Gbps (the latter only at selected locations)
What’s a hosted virtual interface (VIF)?
It’s a virtual interface type that can be used to share a AWS Direct Connect connection with another AWS account.