Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tackle AWS068: EKS cluster should not have open CIDR range for public access #203

Open
AntoineAugusti opened this issue Feb 24, 2021 · 0 comments
Assignees
Labels

Comments

@AntoineAugusti
Copy link
Contributor

See documentation https://tfsec.dev/docs/aws/AWS068/

Our current configuration is set this way, is this enough?

vpc_config {
security_group_ids = [
aws_security_group.notification-canada-ca-worker.id
]
subnet_ids = var.vpc_private_subnets
}

@maxneuvians can you advise and maybe even propose a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants