To enhance EKS cluster security, ensure that remote access to the cluster node groups is disabled. By disabling remote access, you prevent unauthorized access and potential breaches to the cluster's resources and sensitive data. This mitigates the risk of malicious actors gaining control over your infrastructure and helps maintain the integrity and confidentiality of your EKS cluster and its data.
excellence
Instead of enabling SSH remote access by default, it is recommended to follow security best practices and configure remote access on a case-by-case basis, based on specific needs and requirements. If remote access is really required, consider implementing additional security measures such as strong authentication, secure network connections via security groups, and regular auditing and monitoring of access logs.
Audit
To determine if remote access to your Amazon EKS cluster node groups is disabled, perform the following actions:
Remediation / Resolution
To disable SSH remote access to an Amazon EKS cluster node group, you must re-create the node group with the appropriate access configuration. To launch a new EKS cluster node group, perform the following actions:
References
- AWS Documentation
- Amazon EKS FAQs
- Amazon EKS clusters
- Creating a managed node group
- AWS Command Line Interface (CLI) Documentation
- list-clusters
- list-nodegroups
- describe-nodegroup
- create-nodegroup
- delete-nodegroup