I'm using an ALB in my Elastic Beanstalk environment. It works (on 80 and 443) but I want to implement a redirect rule in the cloudformation template.
I was able to create the rule in the console:
If PATH is / Redirect to HTTPS://#{host}:443/app?#{query}
How can I do this for an ALB in Elastic Beanstalk in CloudFormation?