- Barajar
ActivarDesactivar
- Alphabetizar
ActivarDesactivar
- Frente Primero
ActivarDesactivar
- Ambos lados
ActivarDesactivar
- Leer
ActivarDesactivar
Leyendo...
Cómo estudiar sus tarjetas
Teclas de Derecha/Izquierda: Navegar entre tarjetas.tecla derechatecla izquierda
Teclas Arriba/Abajo: Colvea la carta entre frente y dorso.tecla abajotecla arriba
Tecla H: Muestra pista (3er lado).tecla h
Tecla N: Lea el texto en voz.tecla n
Boton play
Boton play
12 Cartas en este set
- Frente
- Atrás
What are the three types of ELB(Elastic Load Balancer?
|
Application Load Balancers (ALB)
Network Load Balancer(ELB) Classic Load Balancer(CLB) |
We have a Elastic Load Balancer<br />
Behind of ELB we have a Auto Scaling Group<br /> Inside of the AutoScaling have EC2<br /> We only need access the application via DNS insted of EC2 IP public |
Is necessary 2 public subnets for the ELB<br />
Is necessary 2 private subnet for the ASG<br /> Is necessary 3 NAT Gateways |
Which protocol support a ALB?
|
HTTP and HTTPS
|
What means a SNI on a ALB?
|
ALB supports Server Name Indication (SNI), enabling hosting multiple domain names with different TLS certificates behind a single ALB.
|
Network Load Balancing is best for?
|
Balancing TCP traffic. Operate in the Layer 4. Use where you need extreme performance.
|
Is posible decrypt traffic whit NLB?
|
Yes, but is necessary install certificate on the NLB.
|
How we automatically regenerate a TLS certification in case of temination?
|
Using AWS Certificate Manager is a preferred option, as these certificates are automatically renewed on expiry.
|
If you need the IPv4 of your end user using CLB?
|
Look for the X-forwarded-for header.
|
Sticky sessions
|
Usefull if you are storing information locally to that instances.<br />
<br /> If a load balancer continues to direct traffic a EC2 when you remove it. |
Difference between Alias Record and CNAME?
|
CNAME is to redirect the one domain to other
Alias Record could redirect to other AWS resource |
Multivalue Answer
|
Multivalue answer routing policy. Use when you want Route53 respond to DNS queries with up to eight healthy records selected randomly.
Route 53 do Health checks internaly. |
Cross-Zone load balancing
|
With Cross-Zone If you have 10 instance in two AZ in the first 2 and the second 8, each instance have 5% of traffic. First AZ receive 20% of traffic and second AZ receive 80% of traffic.
Without Cross-Zone the first AZ recive 50% traffic and the second the other 50% trafic. Each instance in first AZ receive 25% of traffic and in the second AZ each instance receive 6.25% of traffic. |