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?

demandé il y a 2 ans482 vues
1 réponse
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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions