diff --git a/docs/AWS_DEPLOYMENT.md b/docs/AWS_DEPLOYMENT.md index 87722ce42d06e770f68a2fe31270534c844d81a6..cce031a449ece1deed1d028cf6087c6e2b4a9982 100644 --- a/docs/AWS_DEPLOYMENT.md +++ b/docs/AWS_DEPLOYMENT.md @@ -144,9 +144,9 @@ There are several things that are pre-configured for your pleasure: VMs have two pre-configured users, both which you have passphraseless SSH access to: - * `ec2-user` is an acct with full sudo access - * `app` is an acct that has no sudo and is the user who recieves and - builds code, and starts the servers. + * `ec2-user` is an account with full sudo access. + * `app` is an account that has no sudo, receives and builds code via git + pushes, and runs the application servers. Feel free to start a new server, and ssh in as `app` to explore all of the configuration. An attempt has been made to isolate as much configuration