0

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.

Aivan Monceller
  • 125
  • 1
  • 10

2 Answers2

1

Probably the best place to start is here

Plenty of step by step images etc.

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

Nick Downton
  • 492
  • 2
  • 13
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