You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running the SSM Agent within a ECS Fargate task (https://github.com/willfarrell/aws-bastion). I'm trying to update it to meet AWS Security Hub ECS.5 (ECS containers should be limited to read-only access to root filesystems) that requires the task definition to have readonlyRootFilesystem: true.
I've added in /etc/amazon/ssm/seelog.xml with the below xml to have logs store /tmp.
However, it continue to send logs to the default location (/var/log/amazon/ssm/*.log) instead of /tmp/*.log. Not sure if this is a bug or a misconfiguration on my side. Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered:
I'm running the SSM Agent within a ECS Fargate task (https://github.com/willfarrell/aws-bastion). I'm trying to update it to meet AWS Security Hub ECS.5 (ECS containers should be limited to read-only access to root filesystems) that requires the task definition to have
readonlyRootFilesystem: true
.I've added in
/etc/amazon/ssm/seelog.xml
with the below xml to have logs store/tmp
.However, it continue to send logs to the default location (
/var/log/amazon/ssm/*.log
) instead of/tmp/*.log
. Not sure if this is a bug or a misconfiguration on my side. Any guidance would be appreciated.The text was updated successfully, but these errors were encountered: