AWS (1)

Configure Free Wildcard SSL Certificate on AWS Application Load Balancer (ALB) Through Terraform
25 December 2020 ยท 7 minutes read

Last week, I have moved all my personal compute and storage from Azure to AWS, and started managing it through terraform. While doing so, I discovered that you can actually have SSL for your web application without any additional charges when using AWS Application Load Balancer. Setting it up required a few pieces to stich together, and I wanted to share how I configured it through Terraform.