DEV Community

Discussion on: How to deploy your app on AWS with Docker

Collapse
 
rolfstreefkerk profile image
Rolf Streefkerk

you can run timed tasks on Fargate, so if you have cron jobs running for instance that just need to start an Container to do its work, it's perfect solution for it. You only pay for what you use. The EC2 situation you're always paying for the runtime duration until you manually shut it down.