Although we have set up resources AWS by terraform, there are contains many component, with big complexity but we even need to config some resource to application working without errors.
The mean this step is enable communication between resource in private subnet, by default resources in private subnet will refuse any connection if we don’t have config security.
Step config is go to AWS console => EC2 => Security Group

Click to Edit inbound rules

Inbound configure successfully


Config target for load balancer, load balancer will forward request from cloudfront to Nginx-Controller inside EKS Cluster. Follow steps:
alb-target-group


30080 is NodePort of Nginx Controller.Edit


After successfully config health check, application load balancer will forward request to nginx-controller.