2 Respostas
- Mais recentes
- Mais votos
- Mais comentários
2
The place to start checking is the ShellCommmandActivity node - has this got an Attempt Timeout field? This would cause the node to fail after a given time. You can also look at other nodes in the pipeline (such as EC2Resource nodes) as these can have timeouts as well.
respondido há 3 anos
0
While I think you have found your answer , you could also try to look at AWS Glue to process your data from S3 into RDS, it is a serverless service and has a bookmark concept that will allow you to process each file only once without the need to relocate them (if you are not doing so for other reasons).
Thanks for the tip! I will check out AWS Glue.
Conteúdo relevante
- AWS OFICIALAtualizada há 2 anos
- AWS OFICIALAtualizada há 10 meses
- AWS OFICIALAtualizada há um ano
Aha! The Ec2 Resource is set to Terminate after 10 minutes! I will try changing that.
That was it. It's still running and it'll take a few more hours to complete. Thanks for pointing me in the right direction.