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.

How Flexport Halved Testing Costs with an Auto-Scaling CI/CD Cluster

13 pointsby nestlequ1kalmost 8 years ago

1 comment

davidjnelsonalmost 8 years ago
Having set up ci&#x2F;cd systems a few times previously by hand I&#x27;ve been happy so far with aws codestar.<p>It uses codecommit, codebuild, codepipeline, codedeploy, with permissions configured via iam. You can push to ec2, beanstalk or lambda.<p>I find beanstalk to be the sweet spot for ease of use with time saving abstractions. You can integrate jira too, and it enables cloudwatch for monitoring.<p>It&#x27;s easy to set up. It sounds like Flexport&#x27;s solution is more robust as they&#x27;ve done some great tweaks to their workflow, but for a quick ci&#x2F;cd pipeline setup, codestar is pretty slick.