代码之家  ›  专栏  ›  技术社区  ›  fewfew

AWS dynamodb使用数据管道导出不适用于eu-north-1?

  •  0
  • fewfew  · 技术社区  · 3 年前

    我已经基于模板准备了数据管道(在eu-west-1区域),该模板将dynamodb表导出到S3。我的表位于eu-north-1区域,但当将其置于参数myDDBRegion下时,我得到以下错误:

    Object:EmrClusterForBackup
    ERROR: 'region' has invalid value 'eu-north-1' It can have only one of the following values: [ap-south-1, eu-west-3, eu-west-2, eu-west-1, ap-northeast-2, ap-northeast-1, sa-east-1, ca-central-1, ap-southeast-1, ap-southeast-2, us-iso-east-1, eu-central-1, us-east-1, us-east-2, us-west-1, us-west-2]
    

    这是一个不支持从中导出数据的区域吗?如果是这样的话,我如何从这个表中导出数据?

    0 回复  |  直到 3 年前
        1
  •  0
  •   omuthu    3 年前

    数据管道mahy内部使用EMR将数据和存储转换为目标数据存储

    根据 this documentation ,eu-north-1不支持数据管道,因为它无法启动EMR/EC2,尽管eu-north-1实际上支持EMR服务