Difference between revisions of "OPS345 Professor Setup"
(Created page with "= Getting an AWS Academy account = # Contact [mailto:andrew.smith@senecacollege.ca Andrew Smith] to get an invitation for AWS Academy. # After you receive your invitation (in...") |
(→Getting an AWS Academy account) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
# Contact [mailto:andrew.smith@senecacollege.ca Andrew Smith] to get an invitation for AWS Academy. | # Contact [mailto:andrew.smith@senecacollege.ca Andrew Smith] to get an invitation for AWS Academy. | ||
− | # After you receive your invitation (in 1-2-days) you'll neeed to complete the '''Educator Orientation''' in order to be able to create classes of your own. | + | # After you receive your invitation (in 1-2-days) you'll neeed to complete the '''Educator Orientation''' in order to be able to create classes of your own. If you read everything: that will take about an hour. |
= Creating a class = | = Creating a class = | ||
Line 21: | Line 21: | ||
## If you have more sections: open those too and copy the rows to the end of the first file. | ## If you have more sections: open those too and copy the rows to the end of the first file. | ||
## Run this command: <code>cat Student\ list.csv | awk -F, '{print "\""$1, $2"\"", $3"@myseneca.ca,";}'</code> | ## Run this command: <code>cat Student\ list.csv | awk -F, '{print "\""$1, $2"\"", $3"@myseneca.ca,";}'</code> | ||
+ | ## Alternatively go to [https://humphd.github.io/aws-learner-lab-utils/ Dave's web application] to create the properly-formatted list. You might find some other usefull stuff in [https://github.com/humphd/aws-learner-lab-utils his GitHub repo]. | ||
# Paste the output of that command into the Add People box. | # Paste the output of that command into the Add People box. | ||
# Click Next. | # Click Next. |
Latest revision as of 20:52, 9 January 2022
Getting an AWS Academy account
- Contact Andrew Smith to get an invitation for AWS Academy.
- After you receive your invitation (in 1-2-days) you'll neeed to complete the Educator Orientation in order to be able to create classes of your own. If you read everything: that will take about an hour.
Creating a class
- The link to Create a Class is under Account.
- You want to create a AWS Academy Learner Lab - Foundation Services. So that you can teach OPS345 rather than an AWS Academy course.
That takes a few hours to get created.
Inviting students
- Browse to your course via the Courses menu, go to People, and Add people
- You could add your students one at a time but that will take a while. Instead get the list of students from Blackboard:
- Full grade centre
- Work offline
- Download: User information only, separated by comma.
- Open it with LibreOffice Calc, save as "Student list.csv"
- Remove the first row, and the last three columns (student id, last access, availability).
- If you have more sections: open those too and copy the rows to the end of the first file.
- Run this command:
cat Student\ list.csv | awk -F, '{print "\""$1, $2"\"", $3"@myseneca.ca,";}'
- Alternatively go to Dave's web application to create the properly-formatted list. You might find some other usefull stuff in his GitHub repo.
- Paste the output of that command into the Add People box.
- Click Next.
- Check the box by the Name heading to fill in all the students' names automatically.
- Click next a couple more times.
Your students will get an email from AWS Academy and will need to register an account. That will give them a 100$ credit for your Learner Lab.