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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ