When working with Amazon EC2 instances, most of us are familiar with stopping or rebooting an instance gracefully. Normally, AWS sends an ACPI shutdown signal to the guest OS, allowing it to shut down cleanly — unmount filesystems, stop services, flu...