Re: Service grid vs AWS Auto Scaling

2018-06-21 Thread Denis Magda
Hi, It depends on how complex your service would be. Considering that you're going to use some HTTP server to process your REST queries, I would go for the first approach and scale that HTTP server with AWS. -- Denis On Wed, Jun 20, 2018 at 5:53 PM smovva wrote: > I have ignite data grid and I

Service grid vs AWS Auto Scaling

2018-06-20 Thread smovva
I have ignite data grid and I'm looking to build a REST service on top to serve this data. Looks like I have two choices here.  1. I can build a plain web service which will act as a client node on the ignite cluster and place that in AWS auto scaling group (For scaling up during peak hours and als