1

i tried to connect to my DAX cluster from my node js app per the steps given in the example. I get the following error while connecting to the client.

{
      "time": 1581671435720,
      "code": "NoRouteException",
      "retryable": true,
      "requestId": null,
      "statusCode": -1,
      "_tubeInvalid": false,
      "waitForRecoveryBeforeRetrying": false
    }

I have roles and access permissions as suggested here but still i get the same error.

Please suggest.

thanks.

Lakshman Pilaka
  • 1,803
  • 2
  • 24
  • 48

1 Answers1

2

It appears that DAX cannot be connected from Local Dev Environment. It gets connected only from VPC.

here's the SO link.

Using AWS DynamoDB DAX from local development machine

Lakshman Pilaka
  • 1,803
  • 2
  • 24
  • 48