DEV Community

Discussion on: docker containers deployment in ECS EC2

Collapse
 
rolfstreefkerk profile image
Rolf Streefkerk

Terraform works well, I use it for a production grade solution with ECS Fargate.
If you deploy your infrastructure with Terraform anyway, this is a recommended approach.

Collapse
 
mourik profile image
MOURIK

Thanks very much for your response.