From 4910109c447ad3bf2888a49552b02ad7a54f1f9b Mon Sep 17 00:00:00 2001 From: wangxy518 <40482095+wangxy518@users.noreply.github.com> Date: Thu, 16 Aug 2018 09:25:25 +0800 Subject: [PATCH] Update README.md --- addons/kube-ingress-aws-controller/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/kube-ingress-aws-controller/README.md b/addons/kube-ingress-aws-controller/README.md index a182e3c1ea..0bf172ebe9 100644 --- a/addons/kube-ingress-aws-controller/README.md +++ b/addons/kube-ingress-aws-controller/README.md @@ -3,7 +3,7 @@ [Kube AWS Ingress Controller](https://github.com/zalando-incubator/kubernetes-on-aws) creates AWS Application Load Balancer (ALB) that is used to terminate TLS connections and use [AWS Certificate Manager (ACM)](https://aws.amazon.com/certificate-manager/) or -[AWS Identity and Access Management (IAM)](http://docs.aws.amazon.com/IAM/latest/APIReference/Welcome.html) +[AWS Identity and Access Management (IAM)](https://docs.aws.amazon.com/IAM/latest/APIReference/Welcome.html) certificates. ALBs are used to route traffic to an Ingress http router for example [skipper](https://github.com/zalando/skipper/), which routes traffic to Kubernetes services and implements