简体   繁体   中英

Ruby On Rails deploy in Amazon Web Services - General

I am planning to deploy an application on AWS. It is an application that exposes some REST/Json webservices. It has a CMS UI created used active_admin. Can I deploy that system in AWS? Or it is intended to be used only to deploy webservices systems?

Thanks

In addition to Joe's answer, EC2 gives you a virtual server. You can log on the the virtual computer with ssh and install any software you need.

You don't even have to run a web server - if you wanted to run a program to process information (ie, render computer graphics images), you could do that as well.

I think what you are looking for is Amazon EC2 (which is part of AWS). You can setup a small instance pretty quickly and that should let you deploy your rails application.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM