nathanmarz / storm-deploy

One click deploy for Storm clusters on AWS
Other
516 stars 148 forks source link

Deploy storm cluster EC2 instances in a AWS VPC #42

Open simplyzaki opened 10 years ago

simplyzaki commented 10 years ago

Hi,

I am trying to understand if this functionality is available or not, using Pallet one can create EC2 instances within a AWS VPC by defining the subnet id in ~/.pallet/config.clj.

:location {:subnet-id "subxxxx"}

Can the same be used for creating storm cluster instances ?

pradeepg26 commented 10 years ago

It looks like pallet can spawn the instances in a VPC, but isn't able to configure them.

https://github.com/pallet/pallet/issues/308

tbatchelli commented 10 years ago

The limitation within Pallet is only for using the gateway node as a bastion host (via ssh). If I understand correctly, when you create a IPSEC VPN connection to your VPC, pallet and storm deploy should work as usual.