Posts

Showing posts with the label alb

Security groups for ALB

Public ALB: -----------------------rules-------- - Inbound rules: ipv4 http tcp 80 0.0.0.0/0 ipv6 http tcp 80  ::/0 ipv4 https tcp 443 0.0.0.0/0 ipv6 https tcp 443 ::/0 - Outbound rules:  Custom TCP TCP 30000 - xxxxx      eks_cluster_security_group1 Custom TCP TCP 30000 - xxxxx      eks_cluster_security_group2 -----------------------AZ 3 different zones-------- -----------------Listeners and rules---------------- http:80   -> redirect to https://#{host}:443/#{path}?#{query} status code: HTTP_301 ------ https:443   -> Forward to target group if path pattern is /xxx/* then forward to target1 if header is zzzz then forward or redirect to target2 if