Skip to content

Commit d5ee72c

Browse files
authored
SUP-4081 Update README.md for using
Update README.md to ensure users set their agent token before running the AWS CLI command that creates the CFN stack
1 parent 26047a4 commit d5ee72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The current release is ![](https://img.shields.io/github/release/buildkite/elast
2525

2626
> Although the stack creates its own VPC by default, Buildkite highly recommends following best practices by setting up a separate development AWS account and using role switching and consolidated billing — see the [Delegate Access Across AWS Accounts tutorial](http://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html) for more information.
2727
28-
If you want to use the [AWS CLI](https://aws.amazon.com/cli/), download [`config.json.example`](config.json.example), rename it to `config.json`, and then run the below command:
28+
If you want to use the [AWS CLI](https://aws.amazon.com/cli/), download [`config.json.example`](config.json.example), rename it to `config.json`, update it with your agent token, then run the below AWS CLI command to create the AWS CloudFormation stack:
2929

3030
```bash
3131
aws cloudformation create-stack \

0 commit comments

Comments
 (0)