Re: Drill on AWS

2018-02-12 Thread Francis McGregor-Macdonald
Hi Brandon, I created a quick gist, hopefully it comes across clearly. https://gist.github.com/fmcmac/a35738376d111fdca45057bd0fb4c79e Any improvements greatly appreciated and happy to update it based on feedback. Regards, Francis On Tue, Feb 13, 2018 at 11:11 AM, Brandon Gmail wrote: > Hey

Re: Drill on AWS

2018-02-12 Thread Brandon Gmail
Hey Francis, Yes please! That option will work. I would appreciate any documentation you might have. > On Feb 12, 2018, at 2:51 PM, Francis McGregor-Macdonald > wrote: > > Hi Brandon, > > I recently went through this challenge and found it easier in the end to > install SSM with a bootstrap

Re: Drill on AWS

2018-02-12 Thread Francis McGregor-Macdonald
Hi Brandon, I recently went through this challenge and found it easier in the end to install SSM with a bootstrap and then use ssm.send_command with AWS-RunRemoteScript once the cluster was in place. This way I can use the AWS installed Zookeeper. The remote script is pretty much a facsimile of t