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

Commit 038b688

Browse files
authored
feat: ref arch click deploy (#523)
* add CDK deployer template for one-click deploy of ref arch * add click deploy button
1 parent 149c41a commit 038b688

File tree

6 files changed

+962
-6
lines changed

6 files changed

+962
-6
lines changed

refarch/README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Before starting the deployment, ensure that the following steps are completed.
4141
3. AWS CDK: Please refer to the [Getting started](https://docs.aws.amazon.com/cdk/latest/guide/getting_started.html) guide.
4242

4343
#### Deployment option 1: provision stacks directly (without CI/CD pipeline)
44+
45+
Follow these steps or directly click on the launch button below
46+
47+
[![launch-aws-native-ref-arch](/static/launch-stack.png)](https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=AwsNativeRefArch&templateURL=https://aws-analytics-reference-architecture.s3.eu-west-1.amazonaws.com/binaries/RefArchDeployer.template.json)
4448

4549
1. Clone this repository onto the machine from which you want to execute the deployment.
4650

@@ -74,7 +78,7 @@ To disable, for example, the data visualization module, the following argument h
7478
**NOTE:
7579
Step 4 and 5 only have to be executed if the data visualization module has been installed.**
7680

77-
4. Configure Amazon QuickSight:
81+
1. Configure Amazon QuickSight:
7882
* To link the clean data S3 bucket to the QuickSight account:
7983
* Visit the [QuickSight web console](https://quicksight.aws.amazon.com)
8084
* Click on your username in the upper right corner
@@ -97,7 +101,7 @@ To disable, for example, the data visualization module, the following argument h
97101
* Click "Create"
98102
* Note down the "VPC connection ARN" of the newly created VPC connection shown on the "Manage VPC connections" page
99103

100-
5. Deploy a second CDK stack, called `DataVizRedshiftStack`, passing the ARN of the VPC connection from the previous step.
104+
2. Deploy a second CDK stack, called `DataVizRedshiftStack`, passing the ARN of the VPC connection from the previous step.
101105

102106
```
103107
cd dataviz/dataviz_redshift_cdk

0 commit comments

Comments
 (0)