使用 Visual Studio 将数据存储在 S3 中

发布于 2025-01-06 19:48:48 字数 211 浏览 0 评论 0原文

我对云计算和 AWS 完全陌生。我想使用.Net 开发一个简单的项目。我想开发一个简单的注册/登录页面。我有 Visual Studio 2010,并从 aws.amazon.com 下载并安装了 SDK for .net。我找不到如何将数据存储到 S3 上,或者简单地说,我应该如何以及在哪里放置可以使用 sql 查询访问的数据。任何人都可以帮助我解决这个问题,也可以举个例子吗?

提前致谢

I am totally new to Cloud Computing and AWS. I want to develop a simple project using .Net. I want to develop a simple registration/login pages. I have visual studio 2010 and downloaded and installed SDK for .net from aws.amazon.com. I couldnt find as to how to store data onto S3 or in simple terms how and where am I supposed to put the data from where I can access using the sql queries. Can anyone help me with this and also can anyone give example of this?

Thanks in advance

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

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

发布评论

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

评论(2

罪歌 2025-01-13 19:48:48

你的问题有点令人困惑。 S3是一种存储服务,专为存储文件而设计。根据我对你的问题的理解,你正在尝试存储关系数据。如果是这样,我建议您使用 Amazon RDS 或在 EC2 实例上安装 DBMS。这就是要遵循的道路。除此之外,在 S3 中存储文件很简单。按照 Amazon S3 文档常见问题解答,您应该能够设置它。

Your question is a little bit confusing. S3 is a storage service, designed for storing files. From what I understood from your question, you're trying to store relational data. If so, I recommend you either use Amazon RDS or install a DBMS on an EC2 instance. That's the path to follow. Other than that, storing files in S3 is simple. By following Amazon S3 documentation and FAQs, you should be able to set it up.

还给你自由 2025-01-13 19:48:48

如果您想在 EC2 上运行 .NET 应用程序,您可能需要仔细了解 AppHarbor。 AppHarbor 消除了部署和扩展 .NET 应用程序的麻烦,因此您可以快速入门,而无需配置、更新或管理单个服务器。

(免责声明,我是 AppHarbor 的联合创始人)

If you want to run .NET applications on EC2, you might want to give AppHarbor a closer look. AppHarbor takes the hassle out of deploying and scaling .NET applications so that you can get started quickly and never have to configure, update or manage a single server.

(disclaimer, I'm co-founder of AppHarbor)

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