Re: Chef cookbook tutorial: What AWS permissions are needed to run this cookbook?

2014-06-01 Thread Karel Minařík
Can you try using an AWS key with full permissions to your account? I don't know if somebody has a concrete list of permissions to use here, it definitely needs also permissions for listing volumes, etc. It also applies to using IAM roles -- I've never sucessfully discovered which concrete perm

Re: Chef cookbook tutorial: What AWS permissions are needed to run this cookbook?

2014-06-01 Thread tomer . levy9
I'm getting the same error when following the tutorial. Any idea how to solve it? On Thursday, March 20, 2014 8:41:05 PM UTC+2, Dan Testa wrote: > > Hi, > > I am following the elasticsearch chef cookbook tutorial here: > > http://www.elasticsearch.org/tutorials/deploying-elasticsearch-with-chef-s

Chef cookbook tutorial: What AWS permissions are needed to run this cookbook?

2014-03-20 Thread Dan Testa
Hi, I am following the elasticsearch chef cookbook tutorial here: http://www.elasticsearch.org/tutorials/deploying-elasticsearch-with-chef-solo/ I am getting stuck on this step: time ssh -t $SSH_OPTIONS $HOST "sudo chef-solo --node-name elasticsearch-test-1 -j /tmp/node.json" Here is the error