EKS security
Jump to navigation
Jump to search
- Use network policies:
kind: NetworkPolicy
- Use PrivateLink for AWS Services: ECR, S3, and CloudWatch
- Amazon EKS cluster endpoint access control:
grep -ir cluster_endpoint_public_access *
- Logging Amazon EKS API calls with AWS CloudTrail
List of AWS Config Managed Rules[edit]
eks-endpoint-no-public-access
:ag -ir cluster_endpoint_public_access *
eks-cluster-logging-enabled
:ag -ir cluster_enabled_log_types *
eks-cluster-log-enabled
eks-cluster-oldest-supported-version
eks-cluster-supported-version
:ag -ir cluster_version *
eks-cluster-secrets-encrypted
:ag -ir cluster_encryption_config *
eks-secrets-encrypted
Related[edit]
See also[edit]
Advertising: