AWS WPT Server AMI

Is there a way to increase the shutdown time to something greater than 1 hour while idle?
Also, is there a place I could find all the ec2 options that can be used?

I’ve checked webpagetest/Server AMI.md at master · WPO-Foundation/webpagetest · GitHub and Web Performance Calendar » WebPagetest Private Instances in Five Minutes but can’t find a full documentation, just a few keys/settings.

Thanks.

The idle timeout is actually 15 minutes but it only checks when the instances have been running close to an even multiple of hours since AWS bills hourly. It’s currently hard-coded but should be easy to make a setting instead: webpagetest/ec2.inc.php at master · WPO-Foundation/webpagetest · GitHub

As far as the settings go, the EC2 user data just pre-populates the settings file so all of the settings in the sample file are available: webpagetest/settings.ini.sample at master · WPO-Foundation/webpagetest · GitHub

Great I will change the hardcoded value. Thanks Patrick!
[hr]
The sample settings helps a lot too. Thanks again.