You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2024. It is now read-only.
* To link the clean data S3 bucket to the QuickSight account:
83
83
* Visit the [QuickSight web console](https://quicksight.aws.amazon.com)
84
84
* Click on your username in the upper right corner
@@ -164,10 +164,20 @@ The pipeline and the reference architecture can live in different accounts or in
164
164
***<DEV_ACCOUNT>** and **<PROD_ACCOUNT>**: with the account that will be deployed.
165
165
* Note that you can have only a single account to be both CI/CD and DEV. If you don't want PROD account, you can comment out the line `deploy_envs.append(prod_env)` in the file `refarch/aws-native/app.py`
166
166
167
-
1. Run `cdk deploy --profile <CICD_ACCOUNT_PROFILE_NAME> araPipelineStack` using the credentials for your CICD account.
167
+
1. Push the code into the repository used by the CICD pipeline.
168
+
169
+
```
170
+
git push RepositoryName RepositoryBranch
171
+
```
172
+
173
+
2. Run `cdk deploy --profile <CICD_ACCOUNT_PROFILE_NAME> araPipelineStack` using the credentials for your CICD account.
168
174
* This will deploy the stack containing the pipeline to your CICD account
169
175
* After the pipeline has been successfully deploy, it will fetch code from the specified repo and deploy to the target account.
170
176
177
+
2. Configure Quicksight as mentioned in [step 4](#quicksight) when provisioning the application directly
178
+
179
+
180
+
171
181
#### Adding users to Kibana
172
182
173
183
The main CDK stack also deploys the streaming module (if not explicitly disabled), which includes:
0 commit comments