-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathexample.dig
37 lines (32 loc) · 933 Bytes
/
example.dig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
_export:
plugin:
repositories:
- file://${repos}
# - https://jitpack.io
dependencies:
- pro.civitaspo:digdag-operator-ecs_task:0.1.6
ecs_task:
auth_method: profile
tmp_storage:
type: s3
uri: ${output}
family_prefix: hello-
cluster: ${cluster}
network_mode: host
memory: 1 GB
# NOTE: For using this option, require the ECS Cluster migration. See ttps://aws.amazon.com/jp/blogs/compute/migrating-your-amazon-ecs-deployment-to-the-new-arn-and-resource-id-format-2/
# tags:
# environment: development
# created_by: digdag-operator-ecs_task
# digdag.session_uuid: ${session_uuid}
task_role_arn: ${task_role_arn}
+ecs_task.sh:
call>: ecs_task.sh/example
+ecs_task.rb:
call>: ecs_task.rb/example
+ecs_task.py:
call>: ecs_task.py/example
+ecs_task.embulk:
call>: ecs_task.embulk/example
+ecs_task.run:
call>: ecs_task.run/example