can aws deliver the public ip directly on the CHR interface mikrotik routeros?

0

can aws deliver the public ip directly on the CHR interface mikrotik routeros? when I create an instance in aws and use an elastic ip such as 52.200.1.219 and enter winbox, in ip address I see this ip 172.31.17.112. that way I depend on an aws firewall that is in the middle, I would like to know if it is possible to place the public ip 52.200.1.219 directly in mikrotik routeros any help?

1回答
0

No, it's not possible to assign an Elastic IP address to an instance directly. There is a 1:1 NAT operation that is provided by the Internet Gateway in your VPC that maps between the Elastic IP address and the private IP address.

The filtering mechanism between the internet and your instance is a Security Group - to allow traffic to your instance (in this case the virtual router); allow the appropriate protocols and ports in the security group.

profile pictureAWS
エキスパート
回答済み 1年前
  • but why aws it not allowed to have the public ip directly in the virtual router??? It is something very strange for me, in digital ocean by default it is that way

  • That's just the way it works in AWS. Instances in a VPC have a private IP address. They can be assigned a public/elastic IP which is handled by doing 1:1 NAT at the Internet Gateway.

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

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

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

関連するコンテンツ