We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5c43ee + 2b9716b commit 2d06382Copy full SHA for 2d06382
1 file changed
src/templates/cromwell/cromwell-resources.template.yaml
@@ -411,6 +411,15 @@ Resources:
411
port = 8000
412
}
413
414
+ akka {
415
+ http {
416
+ server {
417
+ request-timeout = 300s
418
+ idle-timeout = 300s
419
+ }
420
421
422
+
423
system {
424
job-rate-control {
425
jobs = 1
@@ -597,6 +606,15 @@ Resources:
597
606
owner: "ec2-user"
598
607
group: "ec2-user"
599
608
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
600
618
commands:
601
619
00_get_instance_id:
602
620
command: curl -s http://169.254.169.254/latest/meta-data/instance-id/ > /etc/instance-id
0 commit comments