amazon web services - ECS with ALB, web and application Server -
i have application load balancer setup internet facing , ecs container service setup auto scaling group 2 private subnets in aws. install nexus nginx. best strategy can utilize these services?
i assume want deploy nginx reverse proxy in front of nexus. if following reference architecture aws should help:
https://github.com/awslabs/ecs-nginx-reverse-proxy/tree/master/reverse-proxy
it shows how create task definition has 2 tasks linked each other, such nginx reverse proxy container can sit in front of application , send traffic it.
wiki
Comments
Post a Comment