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?

AWS
已提問 4 年前檢視次數 1105 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南