Windows Azure 和 Amazon Elastic Compute Cloud 有什么区别?

发布于 2024-08-13 04:16:52 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

思念绕指尖 2024-08-20 04:16:52

Azure 是一项允许您上传应用程序的服务 - 然后云系统将在任意数量的物理机上运行它,以提供可靠性和容量。这对于您的代码来说基本上是透明的。计费是根据请求/传输的数据数量等进行的。

Amazon EC2 是一项服务,允许您按小时租用一台或多台运行 Linux/Windows 或其他操作系统的虚拟机。任何可靠性和扩展到多台机器的扩展都必须自己编码到您的应用程序中。

Azure is a service that allows you to upload an application - the cloud system will then run it on an arbitrary number of physical machines in order to provide reliability and capacity. This is done largely transparently to your code. Billing is done on the basis of number of requests/data transfered/etc.

Amazon EC2 is a service that allows you to rent one or more virtual machines running Linux/Windows or some other operating system on a per hour basis. Any reliability and scaling to multiple machines you will have to code into your application yourself.

山田美奈子 2024-08-20 04:16:52

必须做更多研究并纠正以前的反应。它们都支持云中的应用程序和数据库。亚马逊还提供运行 Windows Server 和 SQL Server 的能力。 Microsoft 以 SQL Azure 的形式提供 SQL Server。

亚马逊在 Linux 和 Windows 之间有不同的定价结构。 http://aws.amazon.com/ec2/ 我找不到与 < 的任何区别a href="http://www.microsoft.com/windowsazure/pricing/#windows" rel="nofollow noreferrer">微软定价

Had to do more research and correct previous response. They both support application and databases in a cloud. Amazon is also offering the ability to run Windows Server and SQL Server. Microsoft offers SQL Server in the form of SQL Azure.

Amazon has a different pricing structure between Linux and Windows. http://aws.amazon.com/ec2/ I couldn't find any difference with Microsoft Pricing

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文