哪些 CloudWatch 事件会触发 Glue 作业启动?
What CloudWatch events will trigger a Glue job to start?
我有一系列 Glue 作业,这些作业依赖于 S3 中的数据,这些数据被单独的 DMS 作业转储到那里。我有来自 EC2 实例上的 cron 作业的 DMS 作业 运行。
Glue 的所有触发器功能似乎只关注 Glue 作业。是否存在会触发 Glue 作业的 CloudWatch 事件?我知道我可以让 CloudWatch 识别 DMS 何时成功完成,如果我可以从 CloudWatch 触发 Glue 作业,我就可以将它们串在一起。
目前 CloudWatch 不支持 AWS Glue 作业作为 target for Rules。
或者您可以 setup a Rule to trigger Lambda on the DMS event which will start an ETL job by calling Glue API
我有一系列 Glue 作业,这些作业依赖于 S3 中的数据,这些数据被单独的 DMS 作业转储到那里。我有来自 EC2 实例上的 cron 作业的 DMS 作业 运行。 Glue 的所有触发器功能似乎只关注 Glue 作业。是否存在会触发 Glue 作业的 CloudWatch 事件?我知道我可以让 CloudWatch 识别 DMS 何时成功完成,如果我可以从 CloudWatch 触发 Glue 作业,我就可以将它们串在一起。
目前 CloudWatch 不支持 AWS Glue 作业作为 target for Rules。
或者您可以 setup a Rule to trigger Lambda on the DMS event which will start an ETL job by calling Glue API