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?

starball
  • 20,030
  • 7
  • 43
  • 238
Matt
  • 25,943
  • 66
  • 198
  • 303

5 Answers5

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

Alex Gitelman
  • 24,429
  • 7
  • 52
  • 49
2

SDB Tool is a great FOSS Firefox plugin:

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

Ryan
  • 392
  • 2
  • 11
0

You can try the Javascript Scratchpad for Amazon SimpleDB

Daniel Cukier
  • 11,502
  • 15
  • 68
  • 123
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

Rushi Agrawal
  • 3,208
  • 2
  • 21
  • 26
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/

Ashish Pancholi
  • 4,569
  • 13
  • 50
  • 88