Neri Marschik

Results 157 comments of Neri Marschik

Thank you! Maybe people who want to customize their settings can reference this :)

Thanks for the report. I will have a look when I find the time. @smaclell since you know the code well, maybe you have an idea.

The service will register itself with the load balancer (adds listeners). Normally you don't need to change it's settings if I remember correctly. The load balancer needs the correct security...

I think what you are talking about is load balancing? You have one nginx reverse proxy and several instances of the same task. Does that solve it? https://github.com/codesuki/ecs-gen/pull/3 It collects...

I see what you mean! So this will depend on your security groups right. In my case I just allow all communication inside the cluster, so I didn't run into...

The cluster instances all share the same private network + security group which allows all communication inside that private network. I guess you have some VPC setup? https://aws.amazon.com/vpc/

Yes of course. Sorry, that's what I meant with having a security group. So if you use terraform check out https://www.terraform.io/docs/providers/aws/r/security_group.html#security_groups The `self` and `security_group` parameter is essential. So you...

Good point. When I find the time I will add that! Thank you. Should probably have a security group in the example too then.

Would you consider sending a pull request that prints the error message?

My fix there is for protobuf lite. As far as I can see sonnet uses normal protobuf which already has the fix since this commit https://github.com/protocolbuffers/protobuf/commit/d5f0dac497f833d06f92d246431f4f2f42509e04 Available in master or...