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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南