admin管理员组文章数量:1356327
I am exploring AWS with my own project. I am trying to secure my microservices with the use of private subnets and proper security groups configurations.
Is the following AWS design feasible? API Gateway (single public entry) - > Private Link -> NLB (Private subnet) -> ALB (private subnet) -> ECS cluster
Additionally, I am running into connection issues with the above design. The ALB is showing unhealthy checks. I have set the following:
- ALB, NLB and ECS are all in the same vpc and private subnet
- ALB inbound and outbound is set to all
- ECS security group is allows inbound from the ALB
How should I configure this and is the AWS infra feasible? Do share!
本文标签: amazon web servicesUnhealthy health checks in ALBStack Overflow
版权声明:本文标题:amazon web services - Unhealthy health checks in ALB - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744018024a2576694.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论