First things first…
When you go to deploy an SDDC in VMware Cloud on AWS, you are asked to select a VPC and subnet that you already own that will link to your SDDC.

This is the VPC where we will add AWS services that we want to interact with our SDDC virtual machines. Choosing a VPC that is in the same Availability Zone will help you to not incur cross-AZ data transit charges when your applications are interacting. Once the VPC and subnet have been selected, an AZ chosen for the SDDC, and the rest of the prompts completed, your SDDC will deploy. After about 110 minutes, you’ll have a full-fledged SDDC ready for some action.
How Do Security Groups Work with VMware Cloud on AWS?
When you deploy an SDDC and select a VPC to attach, it is extremely important to note that the ‘Default Security Group’ of that VPC will become the Security Group for the Elastic Network Interfaces (ENI). While many might not think this is important to understand, there is a key differentiator in how the Security Group for the ENIs work as opposed to Security Groups for the rest of the AWS services.
The default VPC Security group Inbound and Outbound rules are actually in relation to the ENI itself, meaning that ‘Inbound’ rules would have the source IP from within the VPC subnet (see the dotted arrow in the image below). Traditionally an inbound rule would have a source of 0.0.0.0/0 or possibly another subnet of a network connected via

Any additional AWS Services you add to this VPC should be added to an additional Security Group. As you can see in the image above, I have an EC2 Security Group that I use, which has the inbound subnets from VMware Cloud on AWS. All additional Security Groups created for the VPC will act
If you disregard my advice…
Well, that’s your prerogative :). However, things get to be a bit tricky when you throw both your AWS services into the same default VPC Security Group as VMware Cloud on AWS. For instance, you would be combining inbound rules into the VPC from external sources, with inbound rules into the ENI from local sources. Things just get messy and are more confusing to keep track of. Just don’t do it.
As far as all the rest of the information in the diagram, I’ll be doing a few additional follow-up posts on the routing and keeping the VPC Route-table up-to-date. Stay tuned!
For more information on VMware Cloud on AWS:
VMware Cloud on AWS Homepage: https://cloud.vmware.com/vmc-aws
Docs and How-To’s: https://docs.vmware.com/en/VMware-Cloud-on-AWS/
Twitter: @vBrianGraf
Official Twitter: @vmwarecloudaws
1 comment
I’m intresting about it
thank you for this
Comments are closed.