I am running Apache Airflow on AWS EC2 instance, and it listens on port 8081, http://ec2-X-XX-YYY-ZZZ.compute-1.amazonaws.com:8081/
How can I make this Airflow instance use HTTPS? I followed the instructions here: HTTPS setup in Amazon EC2 and made changes to the security group but didn't do anything to my instance (I didn't restart my EC2 server).
Is there something I am missing here?