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.

Show HN: Easy way to onboard to AWS

2 pointsby coderecipeover 6 years ago

2 comments

bradknowlesover 6 years ago
What do you mean “onboard to AWS”?<p>Onboard for what? Using what tools? What is the end goal you’re trying to achieve?<p>To me, this seems like a trivially simple pipeline for processing data, and in what is likely to be one of the most expensive methods possible, given the almost complete reliance on Lambda to do ETL on every single piece of data going through, and then storing all that data in S3, which you then query with Athena.<p>I don’t see how you could use this pipeline to process any non-trivial amount of data, and do so for anything remotely resembling a reasonable cost.<p>But maybe I’m missing something obvious?<p>Have you actually done the math for what this would cost on a per megabyte or per minute basis?<p>Have you run real world amounts of data through this system, and again for what purpose?
coderecipeover 6 years ago
I am putting together my architecture suggestions to guide people how to use AWS, does this look useful to you?