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.

Ask HN: No-fixed-cost container service/microservice setup on AWS

1 pointsby mv1over 5 years ago
What architecture are folks using to get a no-fixed-cost set of microservices running on AWS for containerized services.<p>Essentially, I want to run an auto-scaling set of containers backed by a single image fronted by a fixed IP address and port(s). However, I do not want to pay a fixed monthly charge, just a charge that is proportional to usage.<p>API Gateway + Lambda does this, but not for containers&#x2F;images.<p>Fargate looks promising, but it appears that you need a load-balancer to give the service a static IP which costs $20 or so per month&#x2F;fixed.<p>Some combination of Route53&#x2F;AWS Service Discovery&#x2F;API Gateway and Fargate might also work, but it is unclear how to set that up.<p>Does anyone have something that works for them?

no comments

no comments