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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则