scp-2020-sept-cmpt-756 / sfu-cmpt756.203

2 stars 26 forks source link

Uniquify DynamoDB tables and CloudFormation stack. #7

Open cmpt756instr opened 3 years ago

cmpt756instr commented 3 years ago
  1. I decided to uniqufy the DynamoDB tables to support multi-tenancy of the data. This will allow students to share one AWS personal account or for me to hand out restricted IAM accounts (from my instructor-funded personal account) for students that are caught up with no access. I did this by qualifying the cloudformation stack and table names with the access key.

  2. I also renamed the dynamodb-start and -stop targets to -init and -clean.