Skip to content

Commit 06d5f41

Browse files
committed
update README.md
1 parent a45279f commit 06d5f41

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ EC2 key pair used for the runner. You may also specify additional runner labels:
2222
sam deploy \
2323
--parameter-overrides GitHubPATSecretName=my-github-pat \
2424
ExtraRunnerLabels="gpu" \
25-
ImageId=ami-0123456789abcdef0 \
26-
SubnetId=subnet-12345678 \
27-
SecurityGroupIds=sg-12345678 \
28-
KeyName=my-key
25+
RunnerConfiguration='{\"us-east-2\":{\"ami\":\"0c0c88099397fccb4\",\"subnet\":\"subnet-0123456789def\",\"sg\":[\"sg-0123456789def\"],\"key\":\"terraform-2025051801\"},\"ap-southeast-5\":{\"ami\":\"0c0c88099397fccb4\",\"subnet\":\"subnet-0123456789def\",\"sg\":[\"sg-0123456789def\"],\"key\":\"terraform-2025051801\"}}'
2926
```
3027

3128
The `ExtraRunnerLabels` parameter is optional. When supplied, the labels are

0 commit comments

Comments
 (0)