Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 2d06382

Browse files
authored
Merge pull request #155 from henriqueribeiro/config_files
Config files
2 parents c5c43ee + 2b9716b commit 2d06382

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/templates/cromwell/cromwell-resources.template.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,15 @@ Resources:
411411
port = 8000
412412
}
413413
414+
akka {
415+
http {
416+
server {
417+
request-timeout = 300s
418+
idle-timeout = 300s
419+
}
420+
}
421+
}
422+
414423
system {
415424
job-rate-control {
416425
jobs = 1
@@ -597,6 +606,15 @@ Resources:
597606
owner: "ec2-user"
598607
group: "ec2-user"
599608

609+
"/home/ec2-user/.aws/config":
610+
content: !Sub |
611+
[default]
612+
region = ${AWS::Region}
613+
614+
mode: "000644"
615+
owner: "ec2-user"
616+
group: "ec2-user"
617+
600618
commands:
601619
00_get_instance_id:
602620
command: curl -s http://169.254.169.254/latest/meta-data/instance-id/ > /etc/instance-id

0 commit comments

Comments
 (0)