What URL should I go to to create my simpleDB domain?
Asked Answered
B

5

6

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?

Brayton answered 15/6, 2011 at 4:47 Comment(0)
C
5

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).

Cowans answered 15/6, 2011 at 4:51 Comment(2)
There are also some reasonably nice UI tools to access it. I don't remember on top of my head but they should be easily found via Google.Cowans
This one for example: aws.amazon.com/code/1137?_encoding=UTF8&jiveRedirect=1Plauen
F
2

SDB Tool is a great FOSS Firefox plugin:

http://code.google.com/p/sdbtool/

Fanaticize answered 30/6, 2011 at 17:50 Comment(0)
P
0

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/

Prelusive answered 15/6, 2011 at 5:21 Comment(0)
P
0

You can try the Javascript Scratchpad for Amazon SimpleDB

Plauen answered 6/1, 2014 at 13:29 Comment(0)
S
0

Or 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

Sundial answered 6/8, 2014 at 4:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.