ended3월 22일· 1 sources
ECS Fargate com Service Discovery usando AWS Cloud Map e Terraform
AWS Cloud Map과 Terraform을 활용한 ECS Fargate 서비스 디스커버리 구성
Why it matters
This project demonstrates how to connect two ECS Fargate services within a private VPC using AWS Cloud Map for service discovery instead of an ALB, saving costs. Nginx acts as the sole entry point, resolving internal service names via Cloud Map's private DNS namespace (myapp.internal) through proxy_pass. The entire infrastructure is defined in Terraform with a one-file-per-resource structure.
1
Sources
+0
24h
—
Growth
174d
Active
ECS FargateAWS Cloud MapTerraformService DiscoveryNginx