cloudstax / firecamp

Serverless Platform for the stateful services
https://www.cloudstax.io
Apache License 2.0
210 stars 20 forks source link

Deploy FireCamp into existing VPC #1

Closed calvinlfer closed 7 years ago

calvinlfer commented 7 years ago

Hello,

Is it possible to deploy a FireCamp cluster into an existing VPC?

Thanks Cal

JuniusLuo commented 7 years ago

Thanks for the question. Yes, you could try the test template packaging/aws-cloudformation/firecamp-test.template. It is included in every release, such as https://s3.amazonaws.com/cloudstax/firecamp/releases/0.8.0/cf-templates/firecamp-test.template. Currently we use it for test only.

You would have to specify the availability zones and the corresponding subnet ids. And you need to pay attention to the security. The "RemoteAccessCIDR" are allowed to SSH to the service nodes. It is better to not open the SSH to the external internet. The ports 2000~30000 are opened to the "AppAccessSecurityGroup", which could be fixed.

calvinlfer commented 7 years ago

Sounds great, thanks!

cloudstax commented 7 years ago

I am closing this issue. If you have further enhancement requirement for the template, please create new issue for it. Thanks!

cloudstax commented 6 years ago

The test template is renamed to firecamp-existingvpc.template in release 0.8.1 and latest.