Created on 12-14-201810:59 PM - edited 08-17-201905:20 AM
Overview
There are many useful articles as well official Cloudbreak
documentation covers everything in great depth. This short article walks you
through how to deploy the Cloudbreak instance within the existing VPC and
Subnet using the AWS Quickstart deployment.
Cloudbreak deployment options
The cloudbreak deployment options are explained in detail here.
If you notice the AWS specific Networking options, the Quickstart by default creates the new VPC and for the custom VPC the production
install is recommended.
In case you are doing poc and quickly want to try the Quickstart option but wanted to use the existing VPC, you can do that by enhancing
the CloudFormation template which is described in next session.
Use of Existing VPC thing is not working in our case with the new template.
With the new parameter in template it is allowing for selecting the existing VPC, but while creating the cloud break instance it is still creating the new VPC and launching the cloudbreak EC2 instance in the new VPC and not using the existing vpc subnet.
Fixing the same will be helpful for us. I'm not expert in cloud formation template but looks like you have added the new parameters, but the previous existing parameter in template still overwriting them.
Ananya, script was updated long back to take care of this. You should able to use existing vpc and subnet. Only issue you might face if internet gateway is already attached to vpc as script prefers to add new internet gateway.