Amazon web services – Terraform Deployment of ECS Targets Failing
So, I've used terraform and modules to deploy AWS resources step-by-step. After creating VPCs, RDS databases, etc., I uploaded my docker image to ECR and then try to use it when launching ECS with Fargate. Everything seems to work correctly,…