- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`This rule ensures EKS clusters follow security best practices for network access control. Only clusters in the ACTIVE
status are assessed. The rule performs two main checks and will FAIL if any of these conditions are true:
Cluster endpoint is publicly accessible When control plane public access is enabled in an EKS cluster, it should be limited to a specific set of CIDRs. For security, public access should be limited to only the bare minimum set of IPs.
This part of the check will fail if any of these conditions are true:
resources_vpc_config.endpoint_private_access: false
).0.0.0.0/0
in resources_vpc_config.public_access_cidrs
).resources_vpc_config.public_access_cidrs
is null/undefined).Nodes are located in public subnets EKS nodes should not be placed in public subnets. Nodes in public subnets may have inbound internet access which increases the attack surface and violates security best practices. A subnet is considered public if it automatically assigns public IP addresses and has a route to an internet gateway (IGW).
This part of the check will fail if any of these conditions are true:
kubernetes.io/cluster/<cluster_name>:owned
.Note: For node subnet assessment, only nodes from EKS managed nodegroups or self-managed EC2 instances are assessed. Nodes created through the following services are not assessed:
For guidance on remediating clusters with endpoint configuration issues, refer to the Modifying cluster endpoint access section of the Amazon EKS User Guide. For guidance on node group VPC configuration, refer to the VPC and Subnet Considerations section of the Amazon EKS User Guide.