-1

I have my own application server ( like oracle weblogic ) which handles HTTP request.

Now what changes required in my software to make it cloud ready.I was searching on the net and got one multi tenency documents.

what are other aspects in which i need to look into.

VJS
  • 2,891
  • 7
  • 38
  • 70
  • Would you be able to provide some more information if the answer below isn't appropriate :) – David Feb 24 '13 at 21:16

1 Answers1

0

None, EC2 should act like any other web server. You still have the added overhead of maintaining the open ports and the like through Amazon's interface as well as on the server itself, but in terms of actually running a web server, it should be exactly the same.

In terms of multi-tenancy, again this is just down to your database architecture which RDS should take care of (if you have a tenancy key).

David
  • 19,577
  • 28
  • 108
  • 128