2

Is there a way to get Heroku-like managed EC2 instance on AWS where upgrading to the latest system packages are done for me? Basically, I can still get a root-shell if I want, but otherwise, all the packages I needed for say running a Python web stack would all be automatically upgraded to the latest stable combination for me.

Does AWS currently offer such a service natively? I know I can use a 3rd party service provider that wraps around EC2 but I am specifically asking for the native support by AWS.

4

1 回答 1

0

Elastic Beanstalk是 AWS 对 Heroku 的回应。它通过 AWS 的管理控制台提供简单的命令行界面和 UI,用于创建和更新应用程序。当您启动新环境时,它还会为您处理所有实例操作系统更新。

使用 Elastic Beanstalk 无需额外费用。您只需支付正常的 AWS 使用费。

于 2013-06-18T00:57:35.140 回答