If you do not want to use SSL, you can disable by adding the
use_ssl = "false"
parameter to the terraform.tfvars
file.To create:
1) Go to https://console.aws.amazon.com/acm/. Select provision certificates and click on get started:
Get Started

Request a certificate
This does not need to be the same domain for deployment - as long as it’s a valid ARN on your account it will pass verification.

Add your Domain name

Choose either method and click Review

Click Confirm and request

Continue to Validate your certificate
- DNS Validation: Create a CNAME record in the DNS configuration for each of the domains listed below.
- Email Validation: Receive email and follow link

Email Validation

Click I Approve to complete the process
alb_certificate_arn
field in the terraform.tfvars
file

Copy and Paste the full ARN into the alb_certificate_arn field in terraform.tfvars