Skip to content

Commit bc68407

Browse files
authored
Merge pull request #6 from synapsestudios/update-docs-known-issues
update with known issues section in README
2 parents 270af62 + d2ed809 commit bc68407

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This is a highly-opinionated ECS Service module for the Synapse Platform. It currently does NOT support blue-green deploys, autoscaling, customizing container sizes, or sidecar containers. It is also overly restrictive with the task role permissions.
44

5+
# Known Issues:
6+
7+
Currently we're aware of a bug occurring when trying to change container ports. If you change the container port, the service will not be able to start up due to an association bug between the load balancer target group health check and the ECS service. To correctly update the container port, you must first destroy the service, then update the container port, then re-create the service manually. This is a known issue with Terraform and AWS.
8+
9+
You can do this by commenting out the entire module, running a terraform apply, then uncommenting the module and running a terraform apply again after you've updated the container port.
10+
511
<!-- BEGIN_TF_DOCS -->
612
## Requirements
713

0 commit comments

Comments
 (0)