English Learning
AWS SAA 学习笔记
无麸质饮食记录
11-ELB
type
status
date
slug
summary
tags
category
icon
password
- ELB
- Elastic Load Balancer
- across ec2 instances
- types
- application load balancer
- http / https
- at layer 7
- intelligent
- network load balancer
- layer 4
- performance
- gateway load balancer
- layer 3
- inline virtual appliance load balancing
- classic load balaner
- use in dev / test
- health checks
- OSI
- open system interconnection model
- ALB
- listeners
- target group
- only support http/https
- NLB
- can use for decrypt tls
- CLB
- X-Forwarded-For: get the use info ip
- 504: gateway timeout
- Sticky Sessions
- forward request to the same ec2
- alb is supported
- at target group level
- disable will close connections immediately to the detached ec2
- deregistration delay
- clb: connection draining
- keep existing connection if ec2 is unhealthy
Last update: 2024-04-04