Amazon EC2 是否有可增强用户安全性的管理服务?
我知道有一些工具可以管理您的 EC2 环境。我目前使用 Eclipse 插件和 iPhone 应用程序 iAWSManager。我正在寻找的是一种管理服务,它允许您创建具有角色和权限的多个用户。我有一些客户注册了 EC2,但需要帮助设置和管理一切。至少他们应该能够设置多个登录,以便他们可以监控谁在帐户上做什么(而不是共享单个登录)。更好的办法是为谁可以创建和启动实例、创建和分配/仅将弹性 IP/EBS 分配给实例等分配权限。
既然企业应该使用 EC2,他们如何管理好这一点呢?他们如何创建活动审计跟踪?
I know there are tools to manage your EC2 environment. I currently use the Eclipse Plugin and the iPhone app iAWSManager. What i'm looking for is a management service that allows you to create multiple users with roles and privileges. I have clients that sign up for EC2 but need help setting up and managing everything. At the very least they should be able to setup multiple logins so they can monitor who is doing what on the account (rather than sharing the single login). Better would be to assign privileges for who could create and launch an instance, create and assign/just assign Elastic IPs/EBS to instances etc.
Since enterprises are supposed to be using EC2 how do they manage this well? How do they create audit trails of activity?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
RightScale、YLastic 或 EnStratus 支持角色和权限。然而,它们并不是免费的......
RightScale, YLastic or EnStratus support roles and priviledges. However, they are not for free...
我会将 Scalr 添加到列表中,这是一个像 RightScale 这样的云管理软件(免责声明:我工作那里)。我们去年一月发布了权限功能。它允许您创建不同的团队和环境,并为他们精细地分配权限。这意味着您可以向不同的人授予不同的权限。您可以了解更多信息 博客文章。
Scalr 可作为包含支持的托管服务提供。如果您正在寻找免费的解决方案,您可以下载在 Apache 2 许可证下发布的源代码,然后自行安装。
如前所述,RightScale 和 enStratus 是另外两个替代方案。
I'll add Scalr to the list, which is a cloud management software like RightScale (disclaimer: I work there). We released our permissions feature last January. It allows you to create different teams and environments and attribute them privileges on a granular basis. It means you can grant different permissions to different people. You can learn more on this blogpost.
Scalr is available as a hosted service which includes support. If you are looking for a free solution, you can download the source code, which is released under the Apache 2 license, and install it your self.
As mentioned earlier, RightScale and enStratus are two other alternatives.