I want to create the next schema: client—HTTPS (aws load balancer)—fargate container runninng HTTP traffic. I want to terminate HTTPS session with load balancer istead of having expensive SSL certificates in docker container.It is possible for some redirection with aws to handle HTTPS traffic via Internet but in container service to listen for pure HTTP?
I have tried cert bot but for me it is not the right decision.
The schema I need to implement is this: client – HTTPS – elb—HTTP – fargate