Where exactly could I start creating a SimpleDB, I will be using PHP as the client. I can't find it anywhere on the AWS console.

link|improve this question

80% accept rate
feedback

2 Answers

up vote 1 down vote accepted

SimpleDB is not in the AWS console yet, and it doesn't run anywhere on your EC2 instance.

The JavaScript scratchpad will allow you to experiment and learn about how SimpleDB works. You'll need to use the AWS SDK for PHP in your actual application to make the API calls to SimpleDB.

link|improve this answer
feedback

Probably the best place to start is here

Plenty of step by step images etc.

http://aws.amazon.com/documentation/simpledb/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.