This repository was archived by the owner on Aug 9, 2023. It is now read-only.
Commit 3218203
authored
(re)implement SSM access to batch workers (#75)
* bug fix
* explicitly stop ecs before starting ebs autoscale on /var/lib/docker
* move nextflow additions to before start ecs
* fix autoexpanding docker data volume
add steps missing that are documented here:
https://docs.docker.com/storage/storagedriver/btrfs-driver/
* fix scratch mount point mapping
* Adding SSM agent and permissions to Batch hosts to allow SSM capabili… (#74)
* Adding SSM agent and permissions to Batch hosts to allow SSM capabilities like Session Manager to facilitate troubleshooting via SSH without needing an EC2 keypair.
* Missed the already existing managed arn section.1 parent 8277375 commit 3218203
File tree
2 files changed
+4
-0
lines changed- src/templates
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| 152 | + | |
| 153 | + | |
151 | 154 | | |
152 | 155 | | |
153 | 156 | | |
| |||
0 commit comments