TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AWS Batch – Fully Managed Batch Processing

125 pointsby irsover 8 years ago

6 comments

vtuulosover 8 years ago
We have been using this architecture for containerized batch processing for more than a year:<p><a href="http:&#x2F;&#x2F;tech.adroll.com&#x2F;blog&#x2F;data&#x2F;2015&#x2F;09&#x2F;22&#x2F;data-pipelines-docker.html" rel="nofollow">http:&#x2F;&#x2F;tech.adroll.com&#x2F;blog&#x2F;data&#x2F;2015&#x2F;09&#x2F;22&#x2F;data-pipelines-d...</a><p>It is very convenient to be able to define any jobs as Docker containers, using the best language for the task, and define dependencies between their inputs and output explicitly, not being tied to any particular paradigm like MapReduce.<p>I am more than happy to let AWS handle plumbing for this instead of having to maintain and operate our custom solution.
评论 #13083424 未加载
评论 #13083153 未加载
RMarcusover 8 years ago
&quot;AWS Batch dynamically provisions the optimal quantity and type of compute resources (e.g., CPU or memory optimized instances) based on the volume and specific resource requirements of the batch jobs submitted.&quot;<p><i></i>Optimal<i></i> is a pretty strong claim, given that this is an NP-Hard problem. Or do we just toss the word &quot;optimal&quot; around now?
评论 #13082913 未加载
评论 #13085258 未加载
shizcakesover 8 years ago
I could not tell from the marketing literature - what&#x27;s the difference between this and EMR?
评论 #13083408 未加载
评论 #13083218 未加载
评论 #13082788 未加载
评论 #13085712 未加载
koolbaover 8 years ago
If this is what I think it is, I may have finally found my Heroku Scheduler killer.
ronackover 8 years ago
This seems like a step backwards to me in some ways. I&#x27;d prefer to see them evolve Lambda to support containers, longer jobs, and better workflows instead. I thought we were moving away from EC2 with its slow provisioning, spot bidding, and per-hour billing.
评论 #13082617 未加载
eva1984over 8 years ago
What is the selling point of this? Poor man&#x27;s Map(no reduce)??
评论 #13085726 未加载