简体   繁体   English

托管在 AWS EC2 实例中的 Power BI 本地数据网关

[英]Power BI On-Premises Data Gateway hosted in an AWS EC2 instance

I've been working with Power BI for quite a long time now and everytime I needed to use a data gateway, I used the one installed in my personal computer.我已经使用 Power BI 很长时间了,每次我需要使用数据网关时,我都会使用安装在我的个人计算机中的那个。

But recently I was asked to host the on-premises Data Gateway in a VM, so I was wondering: is it possible to install and configure an on-premises Data Gateway in a AWS EC2 instance?但最近我被要求在 VM 中托管本地数据网关,所以我想知道:是否可以在 AWS EC2 实例中安装和配置本地数据网关? If so, how should I do it?如果是这样,我应该怎么做?

I also considered using an AWS Workspace, but considering the prices, I'd rather use an EC2.我也考虑过使用 AWS Workspace,但考虑到价格,我更愿意使用 EC2。

Simple answer, Yes, long answer, why would you want to?简单的回答,是的,长的回答,你为什么要?

The Power BI on-premises data gateway is designed to be installed on Windows machine, as the requirements are below. Power BI 本地数据网关旨在安装在 Windows 计算机上,因为要求如下。

  • .NET Framework 4.6 (Gateway release August 2019 and earlier) .NET Framework 4.6(网关版本 2019 年 8 月及更早版本)
  • .NET Framework 4.7.2 (Gateway release September 2019 and later) .NET Framework 4.7.2(网关版本 2019 年 9 月及更高版本)
  • A 64-bit version of Windows 8 or a 64-bit version of Windows Server 2012 R2 64 位版本的 Windows 8 或 64 位版本的 Windows Server 2012 R2

So you would have to host a windows VM in your AWS environment to use it, which is not rally a cost effect way.因此,您必须在 AWS 环境中托管一个 Windows VM 才能使用它,这不是一种成本效益方式。

The on-premises data gateway, without getting into the detail, works abit like vpn and creates a tunnel to Power BI for the data to be transmitted.本地数据网关(不涉及细节)像 vpn 一样工作,并为要传输的数据创建到 Power BI 的隧道。 It works over Https so companies with existing infrastructure big or small can hook up existing databases and systems without needing to worry about, firewalls, ports, security, ip addresses, etc.它通过 Https 工作,因此拥有或大或小的现有基础设施的公司可以连接现有的数据库和系统,而无需担心防火墙、端口、安全性、IP 地址等。

If have data in AWS or even if you wanted to connect through AWS to on premises data, I would definitely looking at other options.如果 AWS 中有数据,或者即使您想通过 AWS 连接到本地数据,我肯定会考虑其他选项。 You have the full power of the AWS security infrastructure at your fingers tips. AWS 安全基础设施的全部功能触手可及。

Power BI can connect directly to RDS and many other services hosted on AWS, so I would be thinking about what my data source is first and the best way to connect it. Power BI 可以直接连接到 RDS 和 AWS 上托管的许多其他服务,因此我会首先考虑我的数据源是什么以及连接它的最佳方式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 需要端到端建议将 EC2 实例连接到另一个云或数据中心中的本地跳转主机 - Need end-to-end suggestion to connect EC2 instance to on-premises jump host which is in another cloud or data center 从 s3 到 windows 服务器的 AWS 代码部署 EC2/本地 yml 文件错误 - AWS Code Deploy EC2/On-premises yml file error on from s3 to windows server 是否可以使用本地负载均衡器连接到 AWS EC2 Autoscaling 组? - Can an on-premises load balancer be used to connect to AWS EC2 Autoscaling group? AWS EC2 实例中托管的应用程序的授权 - Authorization for applications hosted in AWS EC2 instance AWS EC2 实例 -> Microsoft Windows Server -> 流畅运行 Power BI + 成本效益 - AWS EC2 instance -> Microsoft Windows Server -> Run Power BI Smoothly + Cost Effective 将数据从一个帐户中托管的AWS EC2 Windows实例导出到S3到另一个帐户 - Export Data from AWS EC2 windows instance hosted in one account to S3 to another account 无法登录到AWS ec2上托管的MySQL实例 - Unable to login to MySQL instance hosted on AWS ec2 如何与 AWS EC2 实例建立连接并找到托管文件 - How to make connection with AWS EC2 instance and locate the hosted files 无法访问托管在 AWS EC2 实例上的网站 - Unable to access website hosted on AWS EC2 Instance 无法访问托管在 AWS EC2 实例上的我的 Django 页面 - Cannot access my Django page hosted on AWS EC2 instance
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM