VMware Cloud on AWS and AWS External IP range for firewall access

0

A customer is configuring firewall rules between their test on-premises environment and the VMware Cloud on AWS (VMC) on Software Defined Data Center (SDDC). Since, they won’t know the allocated Public IP Addresses for the SDDC HCX and vCenter Instances until the SDDC is deployed, their security team would like to add the AWS Public IP Address Pools to the required FW rules.

I know we have the AWS IP Ranges JSON. From my research it appears that Elastic IPs can be from the AMAZON or the EC2 service pools.

Do the SDDC and appliances (for example: HCX and vCenter) receive a public IP Address from the EC2 & AMAZON Service Pools from this list?

1回答
0
承認された回答

Correct, we allocate from "EC2". If you check the following blog, IP was allocated from the block found in IP ranges JSON file:

{
  "ip_prefix": "52.58.0.0/15",
  "region": "eu-central-1",
  "service": "EC2",
  "network_border_group": "eu-central-1"
},

You can further scope down the filter by using AWS Region to match where SDDC is going to be deployed.

profile pictureAWS
エキスパート
回答済み 4年前

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

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

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

関連するコンテンツ