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
asked a year ago285 views
2 Answers
0
Accepted Answer

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
answered a year ago
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
answered a year ago
  • 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

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions