TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Are you using Heroku Enterprise in production?

3 点作者 seancoleman将近 2 年前
I&#x27;m working with a small, fast-growing SaaS startup running a Rails app on Heroku. Our dyno usage&#x2F;spend is accelerating ($3k+ per month) plus we&#x27;re looking at getting SOC 2 compliant this year, so we&#x27;re evaluating a move to AWS (Elastic Beanstalk or ECS).<p>We don&#x27;t have a dedicated DevOps or infrastructure person (small team of 4 engineers) so taking on the complexity and risk with lower-level AWS concerns me (especially considering our SaaS is mission critical for customers). The standard Heroku offering doesn&#x27;t offer the security features necessary for SOC 2. AWS options would save a ton of $$ and allow us to hit all the security needs, but would require so much engineering bandwidth to set up and manage.<p>Heroku has their enterprise offering which meets our security needs. I&#x27;m curious what others&#x27; experience with Heroku Enterprise has been. Has it been worth the increased costs compared to cheaper infrastructure options? Would you do things differently? Have you switched from Heroku to AWS options — what has your experience been with that?

4 条评论

fancyremarker将近 2 年前
(Disclaimer: I&#x27;m the founder of Aptible)<p>You might want to check us out: <a href="https:&#x2F;&#x2F;www.aptible.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.aptible.com&#x2F;</a> . We built Aptible as an alternative to Heroku for startups that have more demanding requirements around security, compliance, reliability and scalability. Most of our customers look like yours: fast-growing startups who don&#x27;t want to dedicate engineering resources to infrastructure.<p>Features required or useful for SOC 2 (like dedicated networking&#x2F;load balancing&#x2F;compute, SAML, granular RBAC) are core parts of the platform. Additional features like host&#x2F;network IDS, vulnerability scanning and compliance dashboards&#x2F;reporting are also available, at a much lower price than Heroku Enterprise.
jonathan-adly将近 2 年前
We were in the same situation as you with our startup. Heroku was killing us. Just bite bullet and go to AWS. It&#x27;s not bad at all.<p>I did hit a snag with RDS - but found a helpful consultant who helped me for a few hours. He made good money and now we have a guy who can jump in and provide a direction when things get too complicated.<p>Costs are down dramatically and we are SOC 2 certified now. No regrets.
monikerthe4est将近 2 年前
I&#x27;ve been on this journey many times with startups to large enterprises. In my experience going all in on a cloud provider of your choosing provides the best long term outcome. While IaC brings some complexity you can recreate a heroku like experience using AWS primitives fairly quickly.<p>Feel free to shoot me a note: jason at mantle dot systems
breckenedge将近 2 年前
It was way too expensive last I checked. We needed SOC 2 for HIPAA audits, so we stuck with dedicated AWS instances.<p>Enterprise Heroku would have paid the salary of a decent devops person.<p>If you can afford it and pass the costs on to customers, that’s great.<p>Have you looked into Dokku?