storm-deploy icon indicating copy to clipboard operation
storm-deploy copied to clipboard

Deploy storm cluster EC2 instances in a AWS VPC

Open simplyzaki opened this issue 12 years ago • 2 comments

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 ?

simplyzaki avatar Oct 01 '13 04:10 simplyzaki

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

pradeepg26 avatar Jan 22 '14 04:01 pradeepg26

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.

tbatchelli avatar Jan 22 '14 18:01 tbatchelli