From GameLift console:
it is clear the install.sh script failed, but there is no log to download.
$ aws gamelift describe-instances --fleet-id fleet-9930ecdd-bbc2-456a-8f04-b8bdc9b8d8ab
gives me no instances, so I can’t ssh them to check the log file written by install.sh
How can I investigate why my install.sh script failed?
Thank you