How to connect to outside world from amazon vpc?

后端 未结 11 1201
甜味超标
甜味超标 2020-12-22 15:38

I have amazon VPC set through wizard as \"public only network\", so all my instances are in public subnet.

Instances within VPC that have Elastic IP assigned connect

11条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-22 16:23

    Security Groups -> Outbound

    *   ALL Traffic ALL     ALL     0.0.0.0/0   Allow
    

    Please allow Outbound, if you want to connect to external servers like google.com or even want to update- sudo apt-get update

    You can allow the outbound using AWS front-end goto Security Groups -> Outbound

    Make sure you select the right group for your AWS instance

提交回复
热议问题