Skip to content

Commit 2cbd1d8

Browse files
authored
Merge pull request #1493 from buildkite/Ola-DocChange-ECIS
SUP-4081 - Update config.json.example for installing Elastic CI stack with the AWS CLI
2 parents da22d7b + 048a13c commit 2cbd1d8

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
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 \

config.json.example

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
[
22
{
33
"ParameterKey": "BuildkiteAgentToken",
4-
"ParameterValue": "TokenGoesHere"
5-
},
6-
{
7-
"ParameterKey": "KeyName",
8-
"ParameterValue": "default"
9-
},
10-
{
11-
"ParameterKey": "ImageId",
12-
"ParameterValue": ""
4+
"ParameterValue": "<insert-your-token>"
135
}
146
]

0 commit comments

Comments
 (0)