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.
Asked
Active
Viewed 1,490 times
2 Answers
1
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.
ceejayoz
- 32,469
- 7
- 81
- 105