【发布时间】:2020-05-18 09:55:51
【问题描述】:
对于当前的 ETL 作业,我正在尝试在 Glue 中创建一个 Python Shell Job。转换后的数据需要保存在 DocumentDB 中。我无法从 Glue 访问 DocumentDB。
由于 DocumentDb 集群驻留在 VPC 中,我想创建一个接口网关来从 Glue 访问 Document DB,但 DocumentDB 不是接口网关中批准的服务之一。我认为隧道是一个建议的选择,但我不想这样做。
所以,我想知道有没有办法从 Glue 连接到 DocumentDB。
【问题讨论】:
-
不能在 vpc 中粘贴 create ENIs to access resources?
标签: mongodb amazon-web-services aws-glue aws-documentdb