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
As part of security hub remediations https://docs.aws.amazon.com/securityhub/latest/userguide/ecs-controls.html#ecs-5 , many customers had to make readonlyrootfilesystem as true. We are using ecs-cli in all our pipelines and readonlyrootfilesystem is always defaulted to "false" even if the previous task definition revision has "true" in it
Addition of readonlyrootfilesystem schema in ecs-params https://github.com/aws/amazon-ecs-cli/blob/mainline/README.md#using-ecs-parameters
Context
As part of security hub remediations https://docs.aws.amazon.com/securityhub/latest/userguide/ecs-controls.html#ecs-5 , many customers had to make readonlyrootfilesystem as true. We are using ecs-cli in all our pipelines and readonlyrootfilesystem is always defaulted to "false" even if the previous task definition revision has "true" in it
This is a 🚀 Feature Request