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
-`disk_size` - (Optional) Size of the ephemeral machine storage in GB. `-1`: automatic based on `image`.
60
60
-`spot` - (Optional) Spot instance price. `-1`: disabled, `0`: automatic price, any other positive number: maximum bidding price in USD per hour (above which the instance is terminated until the price drops).
61
61
-`image` - (Optional) [Machine image](#machine-image) to run the task with.
62
+
-`permission_set` - (Optional) See [Permission Set](#permission-set) below.
62
63
-`parallelism` - (Optional) Number of machines to be launched in parallel.
63
64
-`storage.workdir` - (Optional) Local working directory to upload and use as the `script` working directory.
64
65
-`storage.output` - (Optional) Results directory (**relative to `workdir`**) to download (default: no download).
@@ -257,6 +258,28 @@ In addition to generic regions, it's possible to specify any cloud region suppor
257
258
258
259
The `region` attribute is ignored.
259
260
261
+
## Permission Set
262
+
263
+
A set of "permissions" assigned to the `task` instance, format depends on the cloud provider
264
+
265
+
#### Amazon Web Services
266
+
267
+
An [instance profile `arn`](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html), e.g.:
0 commit comments