How to access/ping a server located on AWS?

前端 未结 10 1481
广开言路
广开言路 2021-01-30 13:49

With what address should a server located on AWS be accessed?

I\'ve created an AWS instance and installed a web server on it. However the server is not reachable via any

10条回答
  •  长情又很酷
    2021-01-30 14:22

    In your security group open -1 to -1 on ICMP for range 0.0.0.0/0 and you'll be able to ping.

    See my screenshot for a better view:

    AWS Console Image

    Image posted by @emostar below

提交回复
热议问题