hcp-uw / calendar

This is the repo for the calendar team!
0 stars 1 forks source link

Register for AWS services: RDS, EC2, S3 #11

Open Emily-Kang77 opened 1 year ago

Emily-Kang77 commented 1 year ago

What is the problem/context:

These services have free tiers that last until the account has existed for 12 months. I just made mine a week ago, so no problem there. HCP tech team recommended separate backend and frontend.

By "register / set up", I mean just doing the required configuration to connect a service to my account. I don't mean setting up the web app in them in this issue.

Why medium (or possibly high) priority?


Other info:

Time expected:

Skills required: Just research AWS.

Dificulty / people needed: Hard. AWS is complicated. I don't know if I can share this part of the process with other users so it might just be me, even if we get more backend people.

Tasks:

Emily-Kang77 commented 1 year ago

I set up AWS S3. Enabled static web hosting with this troubleshooting guide and got the HTML html-with-scripts.js to show up. This has all of the script stuff within the HTML so it works locally, but when I put it on AWS, it says it doesn't recognize the FullCalendar object. Blank page.

Also DO NOT use AWS encryption. That can cost a lot. Best to stay away from versioning to since it'll probably take more resources.

Emily-Kang77 commented 1 year ago

I also set up EC2 last week with no problems. It's Ubuntu and easy to connect to the terminal with a key file. Just remember to turn off the VM after use to not make it eat resources. This can be a problem when making lots of changes to the database...