Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Determine the security group configuration for the default router's AWS LoadBalancer #8

@mjlshen

Description

@mjlshen

For non-PrivateLink clusters, the security group of the default router's AWS Load Balancer must have these rules exactly. Investigation is needed to determine if this is also the case for PrivateLink clusters.

        "securityGroupRuleSet": {
            "items": [
                {
                    "isEgress": false,
                    "ipProtocol": "tcp",
                    "fromPort": 80,
                    "toPort": 80,
                    "cidrIpv4": "0.0.0.0/0"
                },
                {
                    "isEgress": false,
                    "ipProtocol": "tcp",
                    "fromPort": 443,
                    "toPort": 443,
                    "cidrIpv4": "0.0.0.0/0"
                },
                {
                    "isEgress": false,
                    "ipProtocol": "icmp",
                    "fromPort": 3,
                    "toPort": 4,
                    "cidrIpv4": "0.0.0.0/0"
                }
            ]
        }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions