Hacker News new | ask | show | jobs
by mrfusion 1796 days ago
I still don’t get beanstalk? A drop in replacement for heroku?
1 comments

Heroku is a good comparison. Beanstalk is a way to specify the resources you need without needing to understand aws very well - AWS automagically provisions things for you and replaces instances when they become unhealthy. Compare to CloudFront, which as the declarative way to specify what you need but requires you to know AWS in depth.
I think you mean CloudFormation, not CloudFront?