function shutdown() { print PHP_EOL . "Shutting down EC2 Instance " . $this->micro_farm->public_dns . "..."; $this->micro_farm->shutdown(); parent::shutdown(); }