您能否提供在 Amazon EC2 实例上运行 SQL Server 的任何提示/最佳实践?

发布于 2024-07-13 03:56:43 字数 171 浏览 5 评论 0原文

在 Amazon 云上设置基于 Windows 的 Web 应用程序绝对是一次学习经历。 需要克服许多意想不到的障碍,尤其是要克服与临时本地驱动器相关的限制。

我希望能够汲取那些在我前面走过这条路的人的集体智慧,并深入了解在 Amazon EC2 实例上运行 SQL Server 的最佳实践和/或技巧。

Setting up a Windows based web application on Amazon's cloud has definitely been a learning experience. Lots of unexpected hoops to jump through, especially to get around the limitations associated with ephemeral local drives.

I was hoping to tap into the collective wisdom of those who have walked this road ahead of me and get some insight into best practices and/or tips for running SQL server on an Amazon EC2 Instance.

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

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

发布评论

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

评论(2

撞了怀 2024-07-20 03:56:44

在 EBS 中存储 Web 目录和 SQL Server 文件是解决本地存储脆弱性的一种简单方法。

我制作了一个用于将 SQL-Server 备份到 S3 的脚本:

http ://friism.com/ec2-sql-server-backup-strategies-and-tropics

以下是关于在 EC2 上运行 ASP.Net 网站的一些更一般性的想法:

http://friism.com/rent-vs-buy-or-ec2-vs-building -你自己的熨斗

Storing web-directory and SQL Server files in EBS is an easy way to get around the flimsyness of local storage.

I've made a script for backing up SQL-Server to S3:

http://friism.com/ec2-sql-server-backup-strategies-and-tactics

Here are some more general thoughts on running ASP.Net websites off EC2:

http://friism.com/rent-vs-buy-or-ec2-vs-building-your-own-iron

迷路的信 2024-07-20 03:56:44

Brent Ozar 非常热衷于云计算,我相信他的博客上有很多与此相关的文章。

通过 http://www.brentozar.com/ 进行搜索,查找词云。

例如,我看到了他关于如何在 Amazon EC2 上设置托管的教程。

http://www.brentozar .com/archive/2008/10/running-sql-server-2005-on-amazon-ec2/

希望这会有所帮助。 干杯。

Brent Ozar is very much into cloud computing and I beleive he has a number of articles on his blog pertaining to this.

Have a search through http://www.brentozar.com/ look for the word cloud.

For example, I came across his tutorial on how to setup hosting on Amazon EC2.

http://www.brentozar.com/archive/2008/10/running-sql-server-2005-on-amazon-ec2/

Hope this helps. Cheers.

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