what are advantages of running ETL jobs in aws glue?

0

is glue defacto in running ETL jobs in aws cloud. spinning an ec2 instance sounds simple and do whatever we want to do with the data. are there any special aws glue is used for?

已提问 2 年前482 查看次数
1 回答
1

The special thing I think is that Glue is full-managed ETL service.

As you're saying, EC2 can do what Glue does.

Glue

  • can define a crawler for metadata table definitions
  • can load data to and from other AWS services
  • can create logs
  • can run scheduled jobs, on demand jobs
  • is serverless

If we use EC2, we need to take care of everything above and take time.

(If the project is small enough, using EC2 might be enough.)

shimo
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则