2 réponses
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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.
répondu il y a 3 ans
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.
Contenus pertinents
- demandé il y a 9 mois
- demandé il y a un an
- demandé il y a 2 ans
- demandé il y a un an
- AWS OFFICIELA mis à jour il y a 4 ans
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.