UMLCloudComputing / UMLCloudComputing.github.io

This is the official repository for the club website
https://umlcloudcomputing.org/
4 stars 4 forks source link

Create a solution for automating account creation #12

Open MartinMarwad opened 4 months ago

MartinMarwad commented 4 months ago

A solution that can automatically create IAM users under our AWS club account. Ultimately this solution will be triggered from the club website for the "Account Setup" page. The implementation could be a page on our website that triggers a Lambda function when users enter their student email, account gets created, and get emailed their password. Additionally, we could explore adding login functionality to our website to allow students to manage their club account and tie all our 3rd-party links and services into one place (but this is optional for now).

ultralapse commented 4 months ago

I'm happy to give this a try

Gurpranked commented 4 months ago

I would also be willing to contribute to this. I happen to have working on a piece of code currently to automate the creation of the accounts. I'm looking into creating some form UI to pass the username, etc and create the account from the website.

Gurpranked commented 4 months ago

Just published a branch with the script