Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What URL should I go to to create my simpleDB domain?

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?

like image 686
Matt Avatar asked Jun 15 '11 04:06

Matt


2 Answers

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

like image 104
Alex Gitelman Avatar answered Nov 14 '22 16:11

Alex Gitelman


SDB Tool is a great FOSS Firefox plugin:

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

like image 21
Ryan Avatar answered Nov 14 '22 14:11

Ryan