简体   繁体   中英

Amazon EC2 or RDS for SQL server deployment

I want to host my sql server database on the cloud using amazon web services. Do I need to buy EC2 or RDS?

You are asking the wrong question, because EC2 != RDS

One is a server, a deployed OS (EC2), which can be Windows, Linux, etc

While the other is a database (you don't see the OS behind it)

So you cannot compare the two, each has its own function

If you are looking for a "hassle free" (depends on end-goal) database, RDS is the best option, requires "zero knowledge" of how to install an OS, maintain it, install packages, etc - it does require other types of knowledge which are RDS specific

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