@@ -41,6 +41,10 @@ Before starting the deployment, ensure that the following steps are completed.
41
41
3 . AWS CDK: Please refer to the [ Getting started] ( https://docs.aws.amazon.com/cdk/latest/guide/getting_started.html ) guide.
42
42
43
43
#### 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 )
44
48
45
49
1 . Clone this repository onto the machine from which you want to execute the deployment.
46
50
@@ -74,7 +78,7 @@ To disable, for example, the data visualization module, the following argument h
74
78
** NOTE:
75
79
Step 4 and 5 only have to be executed if the data visualization module has been installed.**
76
80
77
- 4 . Configure Amazon QuickSight:
81
+ 1 . Configure Amazon QuickSight:
78
82
* To link the clean data S3 bucket to the QuickSight account:
79
83
* Visit the [ QuickSight web console] ( https://quicksight.aws.amazon.com )
80
84
* 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
97
101
* Click "Create"
98
102
* Note down the "VPC connection ARN" of the newly created VPC connection shown on the "Manage VPC connections" page
99
103
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.
101
105
102
106
```
103
107
cd dataviz/dataviz_redshift_cdk
0 commit comments