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

Commit 2b9716b

Browse files
add aws config file
1 parent 74debf6 commit 2b9716b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,15 @@ Resources:
606606
owner: "ec2-user"
607607
group: "ec2-user"
608608

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+
609618
commands:
610619
00_get_instance_id:
611620
command: curl -s http://169.254.169.254/latest/meta-data/instance-id/ > /etc/instance-id

0 commit comments

Comments
 (0)