In order to allow AWS administrators or users to schedule the stop and start of instances through Hummingbird247 simply associate the following policy to the IAM user or group of users.
{ "Version": "2012-10-17", "Statement": [ { "Sid": "Stmt1449116625000", "Effect": "Allow", "Action": [ "ec2:DescribeInstanceAttribute", "ec2:DescribeInstanceStatus", "ec2:DescribeInstances", "ec2:StartInstances", "ec2:StopInstances", "ec2:RebootInstances" ], "Resource": [ "*" ] } ] }
Users can then schedule these automated actions through Hummingbird247, please refer to the credential creation blog post for details on how to add credentials to Hummingbird247.