You can easily register on RosettaHub and get a fully managed AWS, Azure or GCP cloud account. Once you register to RosettaHub, you will get an initial minimal budget automatically transferred to you from the administrator of your organization.
Your cloud account budget will be equal to budget transfers that you receive from colleagues or system administrators plus the sum of all cloud credits that you redeem on your cloud account via RosettaHub.
There are many ways to register users to the platform they can be classified under two categories Standard Registration and Light Registration.
Standard Registration:
(3) Basic Programmatic registration
It mimics the creation of users by a spreadsheet upload. After running the code, users will receive an email from RosettaHub to verify their email and accept the Ts&Cs, once their emails are verified they get automatically processed and allocated a cloud account and receive an email from RosettaHub with their credentials (steps 6 and 7 from the spreadsheet upload process).
Install the Python module zeep
|
Basic User Registration
|
Light Registration
(1) Manager creates users from the RosettaHub portal
(2) Light programmatic registration
(2) Light Programmatic Registration (using Python)
To create a new user programmatically all you need is to install the zeep Python module.
Install the Python module zeep
|
It mimics the creation of a user from the RosettaHub portal. It does not require users to verify their emails and gives the manager the option of setting a user password and of allocating or not allocating a cloud account to the new member.
All you need to do is run a code similar to the one below by inputting the user's first name, last name, email, password, type, organization, root cloud account uid and initial budget. Your root cloud accounts can be found in the panel My Cloud Accounts
Light User Registration
|