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
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -223,6 +223,13 @@ that generates this file and the crawl job can fail fast if it cannot locate it.
223
223
relating to WP2Static, [raise an issue on their repo](https://github.com/leonstafford/wp2static/issues).
224
224
For any issues relating to this module, [raise an issue against this repo.](https://github.com/TechToSpeech/terraform-aws-serverless-static-wordpress/issues)
225
225
226
+
227
+
### Connecting to container with ECS Exec
228
+
229
+
ECS Exec is supported to help troubleshooting container issues. Read to [AWS Docs](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-exec.html) for usage instructions.
230
+
231
+
It's recommended that the `ecs_healthcheck_enabled` variable is set to `false` to prevent the container from being terminated and replaced while troubleshooting.
232
+
226
233
## Inputs
227
234
228
235
| Name | Description | Type | Default | Required |
0 commit comments