亚马逊网络服务的访问权EC2
我最近在 Amazon Web Services 上创建了一个 EC2 帐户。
我已经创建了一个密钥并且能够通过 SSH 连接到我的盒子。我也有一些开发人员 在同一个盒子上工作。我想知道如何强制执行 AMI 的访问权限 新开发人员在这个盒子上工作的实例?
另外,我已将用于访问该盒子的密钥 mykey.pem 交给了开发人员,以便他 可以访问该盒子,现在我想知道这是否是最好的做法。是吗 可以为每个新开发人员颁发新的 *.pem 密钥并相应地添加/删除吗?
谢谢。
I have recently created an EC2 account on Amazon Web Services.
I have created a key and am able to SSH into my box. I also have a few developers
working on the same box. I am wondering how I enforce access rights on my AMI
Instance as new developers work on this box?
Also, I have given the key I use to access the box, mykey.pem, to a developer so he
can access the box and am now wondering if that was the best thing to do. Is it
possible to issue new *.pem keys for each new developer and add/remove accordingly?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否考虑过使用新的(测试版)AWS Identity and Access Management 服务?它提供了允许多个用户访问相同 AWS 资源而无需共享帐户密钥的方法。
Have you looked into using the new (and beta) AWS Identity and Access Management service? It provides the means to allow multiple users to access the same AWS resources without needing to share account keys.