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[…]