供外部开发人员访问 EC2 服务器
AWS 新手。我已经阅读了这篇关于外部访问的帖子,但那是针对 sftp 的。我需要授予外部开发人员访问我们服务器的权限,以便他们可以编写一些从第三方站点下载数据的代码。我读到的所有内容都是关于“授予访问权限”,指的是 IAM,但我不希望这些用户能够启动任何内容等。IAM 是否仅用于控制台访问,或者我还必须使用它来授予对服务器的访问权限?我可以像普通服务器一样创建一个登录名,而不将任何有关它们的内容放入 IAM 控制台吗?如果我必须通过 IAM,我如何限制他们在控制台中执行任何操作的访问权限。
New to AWS. I have read this post about external access but that was for sftp. I need to grant external developers access to our server so they can write some code that will download data from a third party site. Everything I am reading is about "granting access" refers back to the IAM, but I don't want these users to be able to launch anything, etc. Is IAM just for console access or must I also use this to grant access to server ? Can I just create a login like a normal server and not put anything about them in the IAM console ? If I have to go through IAM, how do I restrict their access to do anything in the console.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您以某种方式管理此个人帐户,您可以为他分配角色以执行特定任务。请参阅IAM 角色部分。如果您只想允许用户连接到您的 EC2 实例,您可以询问用户 生成 ssh 密钥并在 aws 控制台中上传。
If you somehow manage this person account you can assign role for him to perform specific tasks. Please see section IAM roles. If you want just allow user to connect to you EC2 instance, you can ask user generate ssh key and upload it in aws console.