Hi
I have a 10 services in a stack. All of them have rules in loadbalancer like this:
- hostname: <something>.com
priority: 11
protocol: http
service: <somthing>
source_port: 80
target_port: 8080
All of these are accessible from Internet and distributed between several hosts. My question is:
How can I restrict access from internet to some services but all services need to communicate with each other ? When I’m trying to change Access Type for one service in LB UI from Public to Internal I get error:
“Port 80 has multiple rules with conflicting access/protcols”.
Or I just need to delete rules from LB for those services for which I want to restrict access?