4

Usually one can find amazon service using the search feature, but simpledb yields nothing.

I know it's not an active project but has it disappeared completely?

If not, how to find it in the console?

benji
  • 2,331
  • 6
  • 33
  • 62
  • 1
    There is no console. You can try https://aws.amazon.com/code/javascript-scratchpad-for-amazon-simpledb/ – jarmod Aug 18 '18 at 22:39

1 Answers1

5

There is no direct link from the AWS console, but the service still active (https://aws.amazon.com/simpledb/)

To manage your data you could give a try to the SdbNavigator chrome extension.

nbari
  • 25,603
  • 10
  • 76
  • 131
  • 2
    https://aws.amazon.com/simpledb/ points to a description of the service, not the service itself. Is there no way to access the service if you're not already a user? – benji Aug 18 '18 at 23:00
  • 2
    @ben simpledb never really had a console. It seems like maybe once upon a time you could list your domains and maybe create/delete them but that was about it... it never had a full-featured console like DynamoDB does. Everything is still accessible via the API. – Michael - sqlbot Aug 19 '18 at 01:55
  • @Michael ah! alright I did not know that some aws services don't have a console UI! Thanks a lot for the info. Make it an answer maybe? – benji Aug 19 '18 at 21:31
  • How many people use SimpleDB? Is it a recommended database for a new project? – Defozo Oct 02 '19 at 15:57
  • @Defozo according to this Reddit thread here it is not recommended: https://www.reddit.com/r/aws/comments/2iuw11/cant_find_simpledb/ it is more or less abandoned by AWS nowadays again according to this Reddit thread. – VinGarcia Dec 21 '22 at 18:17