Closed mwengren closed 11 months ago
Micah, The changes work fine on my deployment into a new VPC.
Thanks @patrick-tripp. These changes should be pretty straightforward, I'll go ahead and merge.
The x86_64 branch I was working from didn't include some of the recent commits by @ZacharyWills to comment out the networking sections, which I don't think we need with these changes anyway. If merging this PR doesn't remove those, they may need to be removed manually by another commit.
This PR updates the working branch x86_64 with some minor networking changes to deploy into an existing VPC/Subnet with external networking components (as is present in the NOAA AWS environment).
This change assumes that if both a vpc_id and subnet_id are provided to the template as variables, then the networking components are already in place outside of Terraform to enable communication. In this situation, the head node will not automatically be assigned an EIP, an Internet Gateway is not created, and a Route Table and Route Table Association are skipped as well.