Skip to content

Commit f801b8a

Browse files
authored
update CLI get started command to use one line script (#162)
Signed-off-by: Joshua Li <joshuali925@gmail.com>
1 parent 00175d9 commit f801b8a

File tree

1 file changed

+1
-4
lines changed
  • docs/starlight-docs/src/content/docs/deploy

1 file changed

+1
-4
lines changed

docs/starlight-docs/src/content/docs/deploy/aws.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ Deploy the Observability Stack to AWS using managed services. This creates the s
1616
Interactive single-command deploy. Creates all resources, configures dashboards, and optionally launches an EC2 instance running the [OpenTelemetry Demo](https://opentelemetry.io/docs/demo/) for sample telemetry.
1717

1818
```bash
19-
cd aws/cli-installer && npm install
20-
node bin/cli-installer.mjs --managed \
21-
--pipeline-name obs-stack \
22-
--region us-west-2
19+
bash -c "$(curl -fsSL https://raw.githubusercontent.com/opensearch-project/observability-stack/main/install.sh)" -- --deployment-target=aws
2320
```
2421

2522
Takes ~15 minutes. See [aws/cli-installer/README.md](https://github.com/opensearch-project/observability-stack/tree/main/aws/cli-installer) for full options.

0 commit comments

Comments
 (0)