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
Copy file name to clipboardExpand all lines: terraform/account-wide-infrastructure/README.md
+7-22Lines changed: 7 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,35 +136,20 @@ To disable reporting resources for the account, do the following:
136
136
1. Set the `enable_reporting` variable to `true`in`./ACCOUNT_NAME/vars.tf`
137
137
2. Deploy the account-wide infrastructure to the account
138
138
139
-
#### Deploying the PowerBI Gateway
139
+
#### Deploy the PowerBI Gateway
140
140
141
-
The first time you deploy the PowerBI Gateway set up to a new account, these steps need to be followed:
141
+
The first time you deploy the PowerBI Gateway to an AWS account you need to create, install and configure a gateway image. Instruction on how to do this can be found in [KOP-NRLF-012](https://nhsd-confluence.digital.nhs.uk/x/8BXXQg).
142
142
143
-
1. Set the `enable_powerbi_auto_push` variable to `true`in`./ACCOUNT_NAME/vars.tf`
144
-
2. Set the `use_powerbi_gw_custom_ami` variable to `false`in`./ACCOUNT_NAME/vars.tf`
145
-
3. Deploy the account-wide infrastructure for the account
146
-
4. Run the below CLI command, and RDP into the newly created EC2 instance (localhost:13389)
5. Install Athena ODBC driver and Power BI standard on premises gateway
153
-
6. Configure ODBC driver to connect to relevant Athena instance
154
-
7. Log in to the gateway using NHS email, name the cluster to nhsd-nrlf-{env}--reporting-gw
155
-
8. Log on to power bi, navigate to Manage Connections and Gateways in settings and set up Athena connector with authentication method: Anonymous and privacy level: Private
156
-
9. Set dataset to point to this gateway, define schedule as needed
157
-
10. In the AWS Console, create an AMI from the instance called `PowerBI_GW`
158
-
11. Set the `use_powerbi_gw_custom_ami` variable to `true`
159
-
12. Deploy the account-wide infrastructure for the account
160
-
13. Run the below CLI command, and RDP into the newly created EC2 instance (localhost:13389)
145
+
1. Set the `enable_powerbi_auto_push` variable to `true`in`./ACCOUNT_NAME/vars.tf`
146
+
2. Deploy the account-wide infrastructure to the account
147
+
3. Access the EC2 Serial Console for the instance and run this command to start the PowerBI Gateway:
0 commit comments