我开发了asp.net网站,我读到了云计算,windows azure等等.但最后,我看不出有任何实际的理由将我的服务改为/移动/等"云".
有什么好处?
云计算是网络农场的某种"演变"?
谢谢,对不起我的无知......
为了解释这些好处,我将使用Microsoft Azure和Amazon EC2两个示例.
In the case of Amazon EC2 you can rent a virtual image with Windows Server 2003 and SQL Server for a few cents per machine per hour. Like other hosting companies you don't need to manage the hardware yourself; your machine is stored in Amazon's datacenters and they'll make sure the server's always up and the data backed up, etc. You also receive an API so that you can automatically spin up new instances of the machine to cope with fluctuations in demand.
Azure更进一步 - 您无需管理系统.使用开发人员工具创建ASP.NET网站并提供一些元数据以指示应用程序如何拆分为前端和后端,然后选择所需的实例数并单击"部署到Azure".Microsoft再次负责确保应用程序继续运行,地理位置分散等.实际上,您永远不知道您的应用程序所在的计算机,甚至是它分布的计算机数量.Microsoft还提供了几个Web API,您可以从Azure应用程序调用这些API以进行身份验证和存储.
您可以在上面给出的网站上找到更多信息.