简体   繁体   English

AWS DynamoDB DAX“NoRouteException”

[英]AWS DynamoDB DAX "NoRouteException"

i tried to connect to my DAX cluster from my node js app per the steps given in the example .我尝试按照示例中给出的步骤从我的节点 js 应用程序连接到我的 DAX 集群。 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.似乎无法从本地开发环境连接 DAX。 It gets connected only from VPC.它仅从 VPC 连接。

here's the SO link.这是 SO 链接。

Using AWS DynamoDB DAX from local development machine 从本地开发机器使用 AWS DynamoDB DAX

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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