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)?

질문됨 일 년 전304회 조회
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
답변함 일 년 전
  • 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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠