Setting up certificates with AWS ACM
This guide will walk you through the process of setting certificates issued by or imported into Amazon Certificate Manager.
Requirements
Before you start, make sure you have the following CLI installed in your machine:
aws
>= 2.15 (aws installation guides)
You'll also need to install the Load Balancer Controller in your Kubernetes cluster. If you haven't done it yet, follow our guide to create the Load Balancer Controller IAM Role and deploy the Load Balancer Controller to your Kubernetes cluster.
note
If you don't install the Load Balancer Controller, you will need to setup the ALPN policy to HTTP2Preferred in the AWS NLB TLS listener at port 443.