aws-containers / amazon-ecs-exec-checker

🚀 Pre-flight checks for ECS Exec
MIT No Attribution
864 stars 136 forks source link

Read-Only Root Filesystem check should check mounted folders and advise to mount appropriate folders #71

Open psantus opened 3 months ago

psantus commented 3 months ago

Read-Only Root Filesystem is not a definite obstacle to ECS Exec (event if that's not covered in the officiel Documentation).

Creating bind mounts for the following folders will actually enable the Managed Agent to perform the writes it needs to perform

/managed-agents 
/var/lib/amazon/ssm
/var/log/amazon/ssm

The checker could verify that. Or at least advise to try that.