> > Thanks. Conversation with you helped again. > Very glad to hear that, thanks!
> I got most of the answers. Will go through articles shared by you. > But still have many open questions on akka cluster working in Amazon. > 1. Understand how deployment of akka cluster in amazon ec2 is different > from deploying locally? > Well, IP addresses will change and methods of finding your "neighbours" may change, because EC2 has special files / APIs which you might use for this... Really hard to answer this on a general level, like I mentioned, we do consulting if you need us help design a deployment strategy. > 2. Do configurations,setup or any other parameters change while running > cluster in amazon? > Not really. I believe in immutable deployments. If you change stuff, you do a new deployment. In the age of cloud that's super easy. > 3. On which parameters akka cluster apps should be autoscaled? > Well, anything really... you could see if your mailbox is getting too big using Kamon, monitor this number, and react by starting new instances via Amazon EC2 APIs... Or time to process something... there's really tons of strategies – depends on your business / app. -- Cheers, Konrad 'ktoso' Malawski hAkker @ Typesafe <http://typesafe.com> -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
