Skip to content

Commit 8035afd

Browse files
committed
Update README.md
1 parent 8d058ce commit 8035afd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ brew install awscli
1414
## Adding users
1515
Create two users: one for admin ([aws console](https://typesafe-scala.signin.aws.amazon.com/console)) access (generate a password), one for CLI access (using the access key). The `awscli` package provides the `aws` cli, which is used by knife for ec2 provisioning. Add the script user to the `jenkins-knife` group, the console user to the `admin` group.
1616

17+
Once you have your usernames, run `aws configure`. Enter the access key for your `user-scripts` username, set the default region to `us-west-1`. Test by running `aws ec2 describe-instances`.
18+
1719
## Create a script user for use with knife
1820
Never run scripts as root. Best to have a completely separate user.
1921

0 commit comments

Comments
 (0)