我应该访问哪个 URL 来创建 simpleDB 域?
我不知道在哪里可以为我的 simpleDB 创建域。 我已转到 AWS 管理控制台,我能够为 S3 创建一个存储桶,但我没有简单的数据库选项卡。
我在这里错过了什么吗?
I can't figure out where I can go create a domain for my simpleDB.
I've gone to AWS Management Console, I was able to create a bucket for S3, but I don't have a simple DB tab.
Am I missing something here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
AWS 控制台尚不支持 SimpleDB。他们最终可能会添加它,但现在您必须使用直接服务调用(使用 SDK 这是最简单的)。
SimpleDB is not yet supported by AWS console. They may eventually add it, but for now you have to use direct service calls (with SDK it is the easiest).
SDB Tool 是一款出色的 FOSS Firefox 插件:
http://code.google.com/p/sdbtool/< /a>
SDB Tool is a great FOSS Firefox plugin:
http://code.google.com/p/sdbtool/
您可以使用 SDB 资源管理器。 SDB Explorer 已成为行业领先的图形用户界面 (GUI),可以以非常高效且用户友好的方式彻底探索 Amazon SimpleDB 服务。
http://www.sdbexplorer.com/
You can use SDB Explorer. SDB Explorer has been made as an industry leading graphical user interface (GUI) to explore Amazon SimpleDB service thoroughly and in a very efficient and user friendly way.
http://www.sdbexplorer.com/
您可以尝试 适用于 Amazon SimpleDB 的 Javascript Scratchpad
You can try the Javascript Scratchpad for Amazon SimpleDB
或者,如果您是 Python 爱好者,请尝试一下旨在访问 AWS 资源的
boto
库。在此处查找更多信息:http://boto.readthedocs.org/en/latest/simpledb_tut。 htmlOr if you're a Python lover, try out
boto
library, designed to access AWS resources. Find more information here: http://boto.readthedocs.org/en/latest/simpledb_tut.html