Forum Discussion
thomasb
6 years agoRegular Visitor
Power BI solution architecture with AWS / RDS database
Hi all, I'm pretty new around Power BI and highly confused how to best use it as a SaaS provider. To give you a bit of background we are using Amazon Web Services and have an RDS database (Postgr...
amitchandak
6 years agoSuper User
thomasb , refer if this can help
thomasb
6 years agoRegular Visitor
Thanks amitchandak . Definitely a starting point but looks as "complicated" as I suspected.
- GilbertQ6 years agoSuper UserHi there
What you would need to do is to install the Gateway within your VPC (Private Network).
This will allow the Gateway to connect to your database and also to be communicate to the Power BI Service (With Port 443 open to the outside)
Then depending if you want to use DirectQuery or Import and refresh via the Gateway you will be able to achieve this.- cauecaviglioni4 years agoRegular Visitor
How do I install it within my private VPC? Where I need to go to start it?
- GilbertQ4 years agoSuper User
You would need to install an EC2 instance in the VPC and then install the Gateway on this EC2 instance?