Amazon DeepRacer

0

My company is going to organize a race related to Amazon Deepracer, we need to allocate 30 player accounts to our participants who don't have aws accounts, it is troublesome and time-consuming if i create player accounts one by one, so is there any simple methods to create player accounts by batch and meanwhile the root account can control each participant's quantity of Deepracer hours and models, thanks!

George
已提问 1 年前292 查看次数
2 回答
0
已接受的回答

From your question, I gather that your company does not use AWS in any significant way.

You can create IAM users for each user in an Account by doing the following:

  1. Create an account for your DeepRacer work. - https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-creating.html
  2. Create an AWS IAM Group and assign the necessary permissions to enable users to use DeepRacer and the necessary services. - https://docs.aws.amazon.com/IAM/latest/UserGuide/id_groups_create.html
  3. Create IAM user accounts for each user - https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html

However, if you expect to use AWS more and want to make it easier to manage your company's account you can do the following:

  1. Configure AWS Organizations - https://docs.aws.amazon.com/organizations/latest/userguide/orgs_tutorials_basic.html
  • this will also set up the account to manage your org from and to consolidate your billing.
  1. Create a DeepRacer Account and make it part of the organization. - https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html
  2. Set up SSO - https://docs.aws.amazon.com/singlesignon/latest/userguide/getting-started.html
  1. Create a permission set that provides the necessary access for users to use DeepRacer. - https://docs.aws.amazon.com/singlesignon/latest/userguide/howtocreatepermissionset.html

Your users will be able to log in and use DeepRacer as you expect and you will have more control over what they can and can't do in the account. It will also set you up to create more accounts and use AWS without having to set up each account as you go.

Hope this helps!

profile picture
已回答 1 年前
0

Deepracer offer multiuser mode for this, you only need one account. https://docs.aws.amazon.com/deepracer/latest/developerguide/deepracer-multi-user-admin-set-up.html

Jerec
已回答 1 年前
  • thanks Jerec. i know that DeepRacer has the multiuser mode and i have tried to create many accounts, but more email addresses are required to create player accounts, so i have to get help from this platform, i think i have get the answer, thanks

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

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

回答问题的准则