AWS – Auto schedule EC2 instance to start/stop

In order to reduce costs of running test and dev EC2 instances at Amazon I’ve created a simple script that will run and start or stop an instance based on a schedule.  This script is a PowerShell script that relies on the AWS modules to be installed  (“Import-Module AWSPowerShell”)  Refer to the link to Configure PowerShell Read more about AWS – Auto schedule EC2 instance to start/stop[…]

Access Denied when executing remote powershell

It’s been a while since I’ve posted anything here, and I need to get back into the habit of adding to this blog as issues arise. When trying to remotely run a PowerShell script you may find that you need local administrator access to the remote computer to successfully run the script. If not properly Read more about Access Denied when executing remote powershell[…]