1 Answer
- Newest
- Most votes
- Most comments
0
What you're seeing is normal, but your setup definitely can be made more secure. I see that your EKS cluster needs some ports open to work properly and these open ports are visible from the internet, which isn't ideal. In this case, GuardDuty is warning you about this, which is good - it's doing its job. To fix it, you could take some measures:
- Use an internal load balancer instead of an internet-facing one.
- Limit which IP addresses can access your cluster.
- Add extra security rules in SGs to your VPC.
- Use private network connections to control exactly who access your EKS cluster (for example AWS Site-to-Site VPN or AWS Direct Connect).
answered a year ago
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 6 months ago
