Connect to Amazon (AWS) EC2 instance via browser

后端 未结 5 743
执笔经年
执笔经年 2021-02-01 18:06

I am having trouble connecting to an Amazon Elastic Cloud Computer Instance via a browser. I attempted going to ********.compute-1.amazonaws.c

5条回答
  •  忘了有多久
    2021-02-01 18:19

    The EC2 instance firewall is maybe enabled. Check it with this command:

    sudo systemctl status firewalld
    

    if enabled you can disable it with :

    sudo systemctl disable firewalld
    

    or setup rules to allow port 80 trafic

提交回复
热议问题