0

I want to get the Microsoft Windows Server on hourly basis (On-Demand configuration) from AWS EC2. I don't know which configuration is good as there is various options like t1, t2, t3.

My requirement:

I want Online Windows OS where I can install the Microsoft Power BI Software and create reports and a dashboard.

I go through the configuration options but don't know which one can provide cost effective consistent window os performance.

Please let me know which Windows OS Server hourly configuration I can have that don't hang or slow down while working.

halfer
  • 19,824
  • 17
  • 99
  • 186
Peter Walter
  • 993
  • 6
  • 11

1 Answers1

0

Microsoft Power Bi recommends2 a minimum configuration of

  1. An 8-core CPU
  2. 8 GB of memory
  3. A 64-bit version of Windows Server 2012 R2 or later
  4. Solid-state drive (SSD) storage for spooling.

Based on that, on the AWS server you could use a.

  • AMI Name: Windows_Server-2019-English-Full-Base-2021.10.13
  • Instance Type 1 : t2.large should be sufficient however it totally depends on the frequency of data refreshes which are scheduled and the amount of data processing that is needed. Best to start off with t2.2xlarge is what if it is affordable.

Reference Urls:

Gateway Installation Recommendations

AWS Instance Types

More detailed steps to install and connect to the AWS database on the power bi web app are commented here:

Refresh AWS RDS database from Power BI Web

sydadder
  • 354
  • 2
  • 15