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

TTStudi
已提問 1 年前檢視次數 256 次
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
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南