Skip to content

Commit 1ea3038

Browse files
committed
NRL-1385 Update readme
1 parent dcce041 commit 1ea3038

File tree

1 file changed

+14
-0
lines changed
  • terraform/account-wide-infrastructure

1 file changed

+14
-0
lines changed

terraform/account-wide-infrastructure/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,20 @@ $ terraform apply \
124124
125125
Replacing 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
129143
WARNING - This action will destroy all account-wide resources from the AWS account. This should

0 commit comments

Comments
 (0)