You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
In some rare cases calls to
RunInstancesreturns an empty struct and no error https://github.com/docker/machine/blob/a555e4f7a8f518a8b1b174824c377e46cbfc4fe2/drivers/amazonec2/amazonec2.go#L723. In this case the later call that indexes into the result https://github.com/docker/machine/blob/a555e4f7a8f518a8b1b174824c377e46cbfc4fe2/drivers/amazonec2/amazonec2.go#L745 causes docker-machine to panic withError creating machine: Error in driver during machine creation: Panic in the driver: runtime error: index out of rangeDeploy Kit handles this case by raising an error about an unexpected result from the AWS SDK https://github.com/docker/deploykit/blob/master/pkg/provider/aws/plugin/instance/ec2_instance.go#L272