MORE FAQ items will be added as the semester progresses…
Answers to common questions:
- I tried to sign up for AWS but it says that I am not eligible for the free plan! What should I do?
My goal is to keep our usage below the free tier limits. So, even though you aren’t eligible for the “new account” credits, the outcome should remain the same: no cost out of pocket to you.
In my experience, it is more likely to have students leave something on / running from an earlier semester. So, that’s why I am so insistent on starting with a brand new account…. *even if* you don’t get that nifty free credit.
So, yes, you should click confirm and continue.
- I am a Mac user and MySQL Workbench crashes unexpectedly. What should I do?
You probably have version 8.0.32 of workbench (the latest one.) It is buggy on the MacOs. Check your version of workbench. If it is 8.0.32 then your fix is to uninstall/trash that and go get version 8.0.31 from the MySQL Workbench download archive page: https://downloads.mysql.com/archives/workbench
- I am getting
{"message":"Missing Authentication Token"}
Watch this: https://youtu.be/ytHlMpFN44s (5 mins)
- I am getting
{"message": "Internal server error"}
Watch this: https://youtu.be/s_f6OJ5NEsM (14 mins)
Tips: test your API with either a browser or a REST client, isolate the problematic code (it is usually the last thing you worked on!), edit your lambda’s event handler and test one specific function using the blue Test button in AWS. This is probably the easiest way for you a specific error message and line number.
- I uncovered an error that looks something like this “ER_ACCESS_DENIED_ERROR: Access denied for user ‘misXXX’@‘ec2-54-99-99-99.compute-1.amazonaws.com’ (using password: YES)”
This usually means that you have made one of these mistakes
- Your MySQL username and/or password are typed incorrectly
- You have misspelled the name of a table in your query