← Back to Quiz Home
This quiz covers deeper networking topics such as Transit Gateway architectures, troubleshooting connectivity, and advanced load balancing.
What is a major limitation of VPC Peering that AWS Transit Gateway resolves?
Managing a full mesh of peering connections becomes unscalable (N*(N-1)/2 connections) very quickly.
How can you capture and inspect network traffic (packet capture) from an EC2 instance NIC for security analysis?
Traffic Mirroring allows out-of-band inspection of actual packet payloads (not just metadata).
Which Route 53 feature allows on-premise servers to resolve AWS private hosted zone domain names?
The inbound endpoint provides IP requests within your VPC that your on-premise DNS forwarders can query.
What is "Sticky Sessions" (Session Affinity) on an ALB?
This is critical for stateful applications that store session data locally on the web server.
What does "Jumbo Frames" refer to in AWS networking?
Jumbo frames are supported inside VPCs and over Direct Connect, but NOT over the public Internet (IGW).
How do you implement "Prefix Lists" to simplify security group management?
This prevents running into the "Max rules per Security Group" limit.
What is the difference between ALB and NLB regarding IP addresses?
If your client firewall requires whitelisting static IPs, you must use an NLB (or Global Accelerator).
What is a common cause of a 502 Bad Gateway error from an ALB?
This usually implies the load balancer reached the server, but the server didn't respond correctly.
How does Gateway Load Balancer (GLB) simplify deploying third-party firewalls?
GLB removes the complexity of managing routing tables and source-NAT for appliance fleets.
Which logical component is required to establish a BGP session for Direct Connect?
You configure Private VIFs (for VPC access) or Public VIFs (for S3/DynamoDB access).
What is "VPC Reachability Analyzer"?
It helps you prove algorithmically why a connection is blocked.
How do you resolve "Split-horizon DNS" in a hybrid environment?
This allows AWS resources to resolve internal corporate domains seamlessly.
What is the maximum bandwidth of a standard single Site-to-Site VPN tunnel?
To get higher throughput, you must use ECMP (Equal Cost Multipath) across multiple tunnels or switch to Direct Connect.
What happens to the IP of an NLB if the underlying target fails?
NLB stability is key for legacy clients that hardcode IP addresses.
Can an Egress-Only Internet Gateway be used by IPv4 instances?
IPv4 uses NAT Gateways for the same purpose.
How do you enable an S3 bucket to be accessed privately from a VPC without using a Gateway Endpoint?
Interface endpoints for S3 allow access from on-premises (via VPN/DX) which Gateway Endpoints do not support.
What is "Bring Your Own IP" (BYOIP)?
AWS advertises your range to the internet on your behalf.
Which protocol does an NLB use to check the health of a target?
While NLB is Layer 4, it can perform Layer 7 Health Checks (HTTP 200 OK) for better accuracy.
What configuration is required on the Security Group of an instance to allow traffic from an ALB?
referencing the SG ID is more secure and handles ALB scaling automatically.
How do you debug a "Connection Timed Out" error?
"Connection Refused" means the packet arrived but no process was listening. "Timed Out" means the packet was dropped (blocked).
Quiz Progress
0 / 0 questions answered
(0%)
0 correct
Quiz Complete!
0%
📚 Study Guides
📬 Weekly DevOps, Cloud & Gen AI quizzes & guides