File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
terraform/account-wide-infrastructure Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,20 @@ $ terraform apply \
124124
125125Replacing AWS_ACCOUNT_ID with the AWS account number of your account.
126126
127+ # ## Reporting Resources
128+
129+ If deploying the EC2 set up to a new environment, these steps need to be followed:
130+
131+ 1. Run the below CLI command, and RDP into the newly created EC2 instance (localhost:13389)
132+
133+ ` ` `
134+ aws ssm start-session --target < AMI> --document-name AWS-StartPortForwardingSession --parameters " localPortNumber=13389,portNumber=3389"
135+ ` ` `
136+
137+ 2. Install Athena ODBC driver and Power BI personal on premesis gateway
138+ 3. Configure ODBC driver to connect to relevant Athena instance and log in to the gateway using NHS email
139+ 4. Log into power bi and test the refresh on the relevant data sources
140+
127141# # Tear down account wide resources
128142
129143WARNING - This action will destroy all account-wide resources from the AWS account. This should
You can’t perform that action at this time.
0 commit comments