简体   繁体   中英

how to make my Airflow EC2 instance HTTPS?

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?

从AWS控制台管理员中,您必须在安全组中添加HTTPS的入站规则,该规则仅附加到您的ec2实例,并从letencrypt安装免费的SSL证书,并使用您的域对其进行配置,并在配置SSL后重新启动apache airflow服务器证书

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM