aws-workshop
aws-workshop copied to clipboard
Reorder first part for newer AWS console
Closes #20.
Most of the changes in this PR are rephrasing and reordering lists, that's why there are so many additions and deletions.
Important changes follow: set-up-users:
- Recommend a password manager in
set-up-users.
Introduction:
- Clarify that the frontend isn't fully functional.
- Add basic explanation on how to navigate AWS's console.
- Add suggestion to branch
masterbefore starting, as the user will be committing some things. - Explain how to get logs from EC2 instances.
General: Parameters for the parameter store currently have a static name. For an external user, this is not a problem. For people using Tryolabs' playground account this is a problem because using a unique parameter name prevents multiple users from doing the workshop at the same time and could cause issues with old parameters.
Therefore, all parameter naming suggestions have been changed to make them unique to each user. Notes have been made in all files where /prod/ parameters are referenced to instruct the user to change relevant files and to be consistent.