Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 5465592

Browse files
authored
fix: getting started ref arch deployment doc (#588)
1 parent c160892 commit 5465592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

refarch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ Follow these steps or directly click on the launch button below
6565
If you install all modules, the Amazon QuickSight username (which can also be an IAM role) to which access should be granted to, as well as your QuickSight home region (the one selected during the QuickSight sign-up process) have to be specified. **Quicksight Entreprise edition is required to install the Dataviz module**.
6666

6767
```
68-
cdk deploy -c QuickSightUsername=<ROLE/USERNAME> -c QuickSightIdentityRegion=<REGION>
68+
cdk deploy -c QuickSightUsername=<ROLE/USERNAME> -c QuickSightIdentityRegion=<REGION> ara
6969
```
7070

7171
Alternatively or additionally, you can disable modules.
7272
The batch, data warehouse, data visualization, and streaming modules can be enabled/disabled using the respective context variable: `EnableBatch`/`EnableDWH`/`EnableDataviz`/`EnableStreaming`.
7373
To disable, for example, the data visualization module, the following argument has to be used.
7474
```
75-
cdk deploy -c EnableDataviz=false
75+
cdk deploy -c EnableDataviz=false ara
7676
```
7777

7878
**NOTE:

0 commit comments

Comments
 (0)