供外部开发人员访问 EC2 服务器

发布于 2025-01-11 11:21:50 字数 361 浏览 0 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吃→可爱长大的 2025-01-18 11:21:50

如果您以某种方式管理此个人帐户,您可以为他分配角色以执行特定任务。请参阅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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文