A Cantrill - High Availability and Scaling Flashcards
True or False: Internet facing LB nodes can access only public EC2 Instances, NOT private.
False. Internet-Facing LB nodes can access BOTH public and private EC2s that are behind them
Which ELB is faster? NLB or ALB
NLB is faster than ALB because they dont inspect incoming requests.
Allowing them to foward incoming requests more quickly, reducing latency.
How can ALB rules help handle large specific Enterprise customers?
Filter traffic based on the Source IP.
What protocols does NLB support?
Layer 4 - TCP, TLS, UDP, TCP_UDP
What are some specific use cases for NLB over ALB?
SMTP, SSH, Game servers, Financial apps (not http/s)
If you need unbroken E2E encryption support for your LB which should you choose?
NLB using TCP listeners. This will maintain the encryption after it passes through the LB.
If your ALB needs to be able to provide static IP whitelisting what LB should you choose?
NLB provides the ability to whitelist Static IPs.
What ALB can be integrated with Privatelink?
NLBs can support Privatelink
Can you edit / update Launch configurations and Launch templates?
Launch Configs and templates are NOT editable.
Launch templates do have version capabilities.
What is simple scaling policy?
What is a GWLB?
Gateway Load Balancers enable you to deploy, scale, and manage virtual appliances, such as firewalls, intrusion detection and prevention systems, and deep packet inspection systems.
It combines a transparent network gateway (that is, a single entry and exit point for all traffic) and distributes traffic while scaling your virtual appliances with the demand.
What is SSL Offload?
HTTPS to the LB, HTTP to the instance
Which load balancer is allocated with a static IP?
Network Load Balancer
How do you ensure EC2s in an ASG across multiple AZs receives equal % of traffic?
cross-zone load balancing - distributes traffic across the registered targets in all enabled Availability Zones
Does ELB have a feature that allows you to view information such as requests, client IP address, latencies, request paths, and server responses? And if so what is this feature called?
Yes, ELB provides access logs that capture detailed information about requests sent to your load balancer. This is called Access Logs.