From e8ae641d81dbf3f382913e60cb6b46ddf9ff411c Mon Sep 17 00:00:00 2001 From: Nikos Date: Wed, 16 Apr 2025 17:12:28 +0300 Subject: [PATCH] Change message about supported action types of ELB --- content/en/user-guide/aws/elb/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/user-guide/aws/elb/index.md b/content/en/user-guide/aws/elb/index.md index 87585a1bc0..2415ab1ab2 100644 --- a/content/en/user-guide/aws/elb/index.md +++ b/content/en/user-guide/aws/elb/index.md @@ -179,5 +179,5 @@ The following code snippets and sample applications provide practical examples o ## Current Limitations -- The Application Load Balancer currently supports only the `forward` and `redirect` action types. +- The Application Load Balancer currently supports only the `forward`, `redirect` and `fixed-response` action types. - When opting for Route53 CNAMEs to direct requests towards the ALBs, it's important to remember that explicit configuration of the `Host` header to match the resource record might be necessary while making calls.