《企业运维之云上网络原理与实践》——第四章 负载均衡 ALB——负载均衡ALB(上)(4) https://developer.aliyun.com/article/1230500?groupCode=supportservice
5. 转发规则
• ALB具备强大丰富的基于内容路由的能力;
• ALB路由转发规则可基于域名(host)、路径(url)、查询字符串、HTTP标头、Cookie、Http Method等条件进行匹配;
• 可支持转发(Forward)、重定向(Redirect)、重写(Rewrite)、返回固定响应、插入HTTP标头等动作;
• 每个监听可以支持多达100条转发规则。
6. 丰富的自定义规则属性
1) 匹配规则及示例
• 域名:www.aliyun.com
• 路径:/test123
• http标头(header):键:user-agent 值:Mozilla/4.0
• 查询字符串:username:123
• http请求方法:post
• Cookie:key:value
• Sources IP:172.16.0.0/16
2) 指定请求
• 转发:网站A;
• 镜像:数据分析平台;
• 重定向:网站A跳转网站B(客户端重发请求);
• 重写:网站A跳转网站B(客户端不重发请求);
• 写入标头:在http header中新增XX属性;
• QPS限速:限制每秒最大请求数;
• 自定义响应:自定义响应状态码和内容。
3) 示例
• curl-v www.baidu.com
《企业运维之云上网络原理与实践》——第四章 负载均衡 ALB——负载均衡ALB(上)(6) https://developer.aliyun.com/article/1230496?groupCode=supportservice