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
Note that if the user chooses an instance type without Docker preinstalled, we can't run it as a container.
We should then log a friendly error message: "Your chosen AMI doesn't support Docker runtime. Please choose a different AMI for your instance. See the Amazon EC2 documentation for more details."
You could have the server alway choose the image. Because this type of task is an extension of the current server and not arbitrary task running. Therefore your build system would have to generate an API for of this extension on each release.
Feature description
We should add support for running tasks on Amazon EC2 instances directly (without Batch).
The user will need to specify (we can set sensible defaults e.g. to use Ubuntu AMI and query private subnet ID for the default VPC):
containerImage
instanceType
e.g. t2.microimageId
- AMI e.g. ami-0abcdef1234567890subnetId
tags
for cost trackingKestra should:
The text was updated successfully, but these errors were encountered: