Vertica CloudFormation on AWS Private subnet
ritvikk49
Community Edition User
I have subscribed to Vetica BOYL - Amazon Linux on the AWS Marketplace. I am trying to deploy the vertica CloudFormation template with management console on my AWS Infrastructure. I would like to setup the cluster using the management console.
Due to our policies, I want to deploy it on the private subnet and create a proxy or Load Balancer that would let me access the management console. Inspite of trying this in many ways, I still fail to access the console.
I am clueless if it is the vertica application restricting the deployment on a private subnet or it is due to any other reasons.
Any leads on this would be much appreciated.
Tagged:
0
Answers
Make sure the Network ACL Settings and Security Group is configured properly.
See:
https://www.vertica.com/docs/9.3.x/HTML/Content/Authoring/UsingVerticaOnAWS/CreatingASecurityGroup.htm
https://www.vertica.com/docs/9.3.x/HTML/Content/Authoring/UsingVerticaOnAWS/NetworkACLSettings.htm
Thanks @Jim_Knicely much appreciated. I'll check the same.
Well, one clarification I wanted to make is, if it is possible to deploy the CloudFormation on a Private Subnet because during the process, the template says that subnet must be PUBLIC.
@ritvikk49 It has to be public. Please find the documentation link which mentions the same
https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/UsingVerticaOnAWS/CreatingAPlacementGroup.htm
Thanks @SruthiA