EC2 Instances will not keep elastic IP

后端 未结 3 1038
无人及你
无人及你 2020-12-21 01:09

So, I don\'t understand what is going on here... I have (3) Micro EC2 Instances which are launched (without elastic ip)

I then go to Network Security->Elast

3条回答
  •  甜味超标
    2020-12-21 01:36

    If you are willing to pay for NAT gateway (per hour charge + per GB traffic processed) , you can create a NAT gateway to make Elastic IP attach to your VPC private Subnet(you need to create route for subnet , point to nat-gateway, and modify your default route point to igw-id).

    Any EC2 instance restart will have effect on the Elastic IP afterwards.

提交回复
热议问题