Skip to content

Commit

Permalink
changed default value of EcsContainerStopTimeout param
Browse files Browse the repository at this point in the history
  • Loading branch information
numcys committed Nov 1, 2024
1 parent 7b9b32a commit 8a342a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/aws/formation/rack.json
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@
"EcsContainerStopTimeout": {
"Type": "String",
"Description": "The behavior used to customize the timeout on when a container is forcibly stopped by sending a SIGTERM signal to the container. See ECS_CONTAINER_STOP_TIMEOUT https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html",
"Default": "10m"
"Default": "30s"
},
"IMDSHttpTokens": {
"Type": "String",
Expand Down

0 comments on commit 8a342a0

Please sign in to comment.