Posts

Showing posts from 2019

PowerShell Universal Dashboard and AWS Elastic Beanstalk

Image
PowerShell Universal Dashboard and AWS Elastic Beanstalk PowerShell UD is a powerful PowerShell frontend framework and I highly recommend you to try it out. I played with PowerShell Universal Dashboard (UD) when it was released in beta by Adam Driscoll. At that time I hosted a dashboard on Raspberry Pi to show some sensor data. I really like UD as it enables PowerShell developer to create a beautiful, interactive and usable webpage with just a few lines of PowerShell code. Fast forward. A few days ago while showering, I was wondering how would one run UD using AWS, and most importantly without managing the server. (Shower is one of the best activities to inspire innovation, btw. 😎) I won't bore you with the attempts I tried. In the end, I decided to use AWS Elastic Beanstalk (Beanstalk) and it worked nicely. In this post, I will share with you about how to run PowerShell Universal Dashboard (UD) with AWS Elastic Beanstalk (Beanstalk). Beanstalk is an orchestration service