Someone knows how to configure this flow:
API Gateway (REST API) -> private NLB (Port 80) -> private ALB (Port 80) -> ECS Fargate (Port 8080)
My VPC only has 2 private subnets in different available zone.
When I try to deploy my task I get this error:
“Error occurred during operation ‘ECS Deployment Circuit Breaker was triggered”
Someone has one example, resource or link that can help me.
I try to deploy a .net minimal api in ECS Fargate that can be consumed from API Gateway (REST API) through private NLB and private ALB.
The private ALB must route by using Path Pattern
Recognized by AWS
1