How to setup the DNS64 and NAT64 on EC2

0

I've created a private NAT gateway because the public needs Elastic IP which will charge $7/mth. How Can I set the route now? Which target should I use for Route 53 in the route table?

xinjh
已提问 2 个月前1345 查看次数
1 回答
0

To set the route for your private NAT gateway:

  • Create a public subnet to host the NAT gateway.
  • Create a NAT gateway within the public subnet and assign an Elastic IP address.
  • Create a custom route table for the public subnet with a route to the internet gateway.
  • Update the route tables of your private subnets to direct internet traffic to the NAT gateway. The route should have a destination of 0.0.0.0/0 and a target of the NAT gateway.
  • Verify connectivity by pinging public internet addresses from instances in the private subnets. Traffic should be routed through the NAT gateway.
profile picture
专家
已回答 2 个月前
profile picture
专家
已审核 2 个月前
  • Is there any way to set the NAT without Elastic IP? I know the EC2 is working fine with Elastic IP. But it's charging for the ipv4, I changed the instance to ipv6-only, and I can access it. The only thing is I have some scripts on the instance and they are using ipv4 to access other web resources.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则