How to restrict access to subdomain based on IP (AWS)?
We want to block access for unknown ip-addresses to specific subdomains. We are using one aws application loadbalancer that forwards (subdomain) traffic to specific ECS target groups. Some of these subdomains should not be accessable by unknown ip-addresses. I considered…