Re: Amazon EC
Re: Amazon EC
- Subject: Re: Amazon EC
- From: Daniele Corti <email@hidden>
- Date: Fri, 27 Jun 2014 13:02:55 +0200
Hi Gino,
I'm not sure if I've understood exactly what you need, but if you think to go on AWS, you should use the Amazon RDS (
http://aws.amazon.com/rds/details/ ) to obtain a scalable instance of a DB of you choice.
This DBs are fully configurable (even on runtime, but I'm not sure) and you can increase dimensions and connections when needed.
You can create the servers only for hosting the apps, then connecting them to the DB (I don't know exactly how to do this, because I've never tried the JDBC on it, but it's like having a DB on another machine, Amazon give you a the db hostname, the you choose the db name, username and password for the access).
Another thing: do you need different servers cause you have different Apps? Or do you want to implement something like load balancing the request between the servers?
I'm asking this because the EC2 have some features for autoscaling so, if the requests experience a huge increase the server should auto allocate resources needed, so you should use a single machine for the app, adding many instances of it.
Hope this helps you!
--
Daniele
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Amazon EC (From: Gino Pacitti <email@hidden>) |