How to create a IoT Project with multiple collaborators?

1

Hello, maybe my question is completely dumb, but I cant find anything in the internet...

I want to create an IoT project with AWS using the IoT Core, Dynamo DB and Amplify. I am working on this project with two other peoples. How can I create a Project that each of us can work on without having to log into my AWS account? If that is possible, can we work on it at the same time? If such a project is not possible, can I somehow export my IoT Core and make it available to my collaborators?

Thanks for your help

1개 답변
0
수락된 답변

Hello, this seems to be a question of IAM Access.

I would recommend not sharing your AWS Account ever, but instead creating IAM Users and providing those to your collaborators. This way you can also implement fine grained access control and not share passwords across the accounts. [4]

Alternatively, you can also share access to their AWS accounts via cross account resource sharing (with roles).[1]

Similarly, I'd also recommend for yourself to not use the Root account but instead create an admin account that you log into.[2][3]

I've shared some info below.

[1]https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html

[2]https://docs.aws.amazon.com/general/latest/gr/root-vs-iam.html

[3]https://docs.aws.amazon.com/IAM/latest/UserGuide/id_root-user.html

[4]https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html

profile pictureAWS
답변함 일 년 전

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

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

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