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?

asked 2 years ago466 views
1 Answer
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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions