简体   繁体   English

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

[英]Access to EC2 server for external developers

New to AWS. AWS 新手。 I have read this post about external access but that was for sftp.我已经阅读了这篇关于外部访问的文章,但那是针对 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?我正在阅读的所有内容都是关于“授予访问权限”的,但我不希望这些用户能够启动任何东西,等等。IAM 只是用于控制台访问还是我还必须使用它来授予对服务器的访问权限? Can I just create a login like a normal server and not put anything about them in the IAM console?我可以像普通服务器一样创建一个登录名,而不在 IAM 控制台中放置任何关于它们的信息吗? If I have to go through IAM, how do I restrict their access to do anything in the console.如果我必须通过 IAM 访问 go,我该如何限制他们在控制台中执行任何操作的访问权限。

If you somehow manage this person account you can assign role for him to perform specific tasks.如果您以某种方式管理此人客户,您可以为他分配角色以执行特定任务。 Please see section IAM roles .请参阅IAM 角色部分。 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.如果您只想允许用户连接到您的 EC2 实例,您可以要求用户生成 ssh 密钥并将其上传到 aws 控制台。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM