【问题标题】:Amundsen - Unable to load data from S3 to NeptuneAmundsen - 无法将数据从 S3 加载到 Neptune
【发布时间】:2022-08-08 04:53:58
【问题描述】:

将数据从 S3 加载到 Neptune 时遇到问题。

例外:无法加载 csv。响应:{\'detailedMessage\':\'无法连接到 s3 端点。提供的来源 = s3://amundsendev/amundsen_data/2022_07_28_17_27_05 和区域 = us-east-1。请验证您的 S3 配置。\', \'code\': \'InternalFailureException\', \'requestId\': \'1afc36a9-e5db-433d-9563-d40165069b3a\'}

真的很感谢这里的一些帮助!

    标签: amazon-s3 amazon-vpc amazon-neptune


    【解决方案1】:

    Amazon Neptune 实例驻留在 VPC 中,无法本地访问 Internet(包括 S3,因为 S3 是面向公众的服务)。为了让您的 Neptune 实例连接到 S3,您需要在您的 VPC 中部署一个 S3 VPC 终端节点并将其与您的 Neptune 实例的子网使用的路由表相关联。

    更多文档在这里:https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-IAM.html#bulk-load-tutorial-vpc

    【讨论】:

    • 嗨,我现在面临以下错误 requests.exceptions.ConnectionError: HTTPSConnectionPool(host='amundsendb.cluster-cyyrbmjrace5.us-east-1.neptune.amazonaws.com', port=8182): Max retries exceeded with url: /loader(由 NewConnectionError 引起('<urllib3.connection.HTTPSConnection object at 0x7f4e66115ad0>: 无法建立新连接:[Errno 110] Connection timed out'))
    • 您仍然可以访问集群的 /status 端点吗?只需卷曲到https://&lt;endpoint&gt;:&lt;port&gt;/status - 这将检查您发出请求的任何位置的连接性。
    猜你喜欢
    • 2021-08-26
    • 2021-10-02
    • 1970-01-01
    • 2021-06-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多