How to share AWS resources between members of an organization?

0

My goal would be to create an EC2 instance and have all the members of my organization be able to see and edit it.

  • Could you explain a little further about "see and edit it". Do you mean that you want them to see it in the console and change attributes about it? Or do you want other people to be able to login to it (via SSH or RDP)?

質問済み 1年前303ビュー
1回答
0

You can share an AMI. Sharing an EC2 instance does not really make sense. You can however network multiple accounts up using CloudWan or TGW and allow network access from other accounts to the EC2. In the interest of shared resources, there is an AWS service called RAM (Resource Access Manager) that allows you to share things like TGW, Route53 forwarders, and prefix lists (Does a lot more but here is a few). But it does not allow you to share an EC2 instance nor should it. Your account would be your boundary for that kind of thing

Evan
回答済み 1年前
  • I don't really understand how sharing EC2 instances doesn't make sense. I'm trying to set up AWS for my startup, but for my full time job this is done easily. I can see EC2 instances that others have created and ssh to them and even edit them.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ