From 990ee2e98224e96ef8ec443e027dcb6ada3bb4f8 Mon Sep 17 00:00:00 2001 From: chriswachira Date: Thu, 24 Oct 2024 20:48:53 +0300 Subject: [PATCH] fix(docs): Update the link to the AWS documentation for the TLS Ingress annotation for Security policy (#3876) --- docs/guide/ingress/annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/ingress/annotations.md b/docs/guide/ingress/annotations.md index e7f6e4295..a47e53405 100644 --- a/docs/guide/ingress/annotations.md +++ b/docs/guide/ingress/annotations.md @@ -782,7 +782,7 @@ TLS support can be controlled with the following annotations: alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-west-2:xxxxx:certificate/cert1,arn:aws:acm:us-west-2:xxxxx:certificate/cert2,arn:aws:acm:us-west-2:xxxxx:certificate/cert3 ``` -- `alb.ingress.kubernetes.io/ssl-policy` specifies the [Security Policy](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies) that should be assigned to the ALB, allowing you to control the protocol and ciphers. +- `alb.ingress.kubernetes.io/ssl-policy` specifies the [Security Policy](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/describe-ssl-policies.html) that should be assigned to the ALB, allowing you to control the protocol and ciphers. !!!example ```