简体   繁体   中英

AWS DynamoDB DAX "NoRouteException"

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM