HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-10-0-0-110 6.14.0-1015-aws #15~24.04.1-Ubuntu SMP Tue Sep 23 22:44:48 UTC 2025 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //bin/enable-ec2-spot-hibernation
#!/bin/bash
# Add this script in your user-data to turn on the hibernation support
# for the EC2 Spot Instances.

# Make sure the agent is added to the auto-start
update-rc.d hibagent defaults

# And start it
exec service hibagent start