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?

feita há 2 anos483 visualizações
1 Resposta
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
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas