Amazon EKS service IP addresses
Hi, where can we find the IPs of the Amazon EKS service? I want to correctly identify a CloudTrail event with the name GetCallerIdentity that is made by the EKS. EKS docs specifies the existence of such event, but on AWS IP ranges there is no EKS service. Insted the IP is in AMAZON and EC2 CIDR like any other EC2 ip.
Thank you!
The EKS cluster control plane IP addresses will vary depending on the configuration of the VPC and Subnets where the EKS cluster is configured. The cluster will configure one ENI in each selected subnet, consuming one IP address from the subnet's configured CIDR block. You can view these ENIs from the AWS Management Console, in the EC2 Dashboard, under the Network interfaces section. Keep in mind, that these IP addresses may change due to the cluster upgrades.
Relevant questions
Programatically retrieve recommended AMI id for GPU EKS nodes
asked a year agoEKS NodeGroup IAM Role on Config File (yaml)
Accepted Answerasked 21 days agoImplications of automatic EKS Platform version update
asked 2 months agoAdding Nodes in EKS getting >>nodecreationfailure eks - Nodes instances failed to join the kubernetes cluster
Accepted Answerasked 4 months agoEKS Anywhere Support
asked 16 days agoUnable to create EKS Cluster
asked a month agoAmazon EKS service IP addresses
asked 3 months agoEKS Node Group with RI
Accepted AnswerEKS Fargate: restrict access to service to only certain pods
asked 2 months agoWhat is the difference between iam-aws-authenticator and aws eks get-token?
asked 2 years ago
I'm aware that the EKS cluster control plane IP addresses will vary. I need a list with the CIDRs used by the EKS control plane, to differentiate in Cloud Trail if an event is from AWS or a bad actor. For: Amazon EKS uses the authentication token to make the sts:GetCallerIdentity call. As a result, AWS CloudTrail events with the name GetCallerIdentity from the source sts.amazonaws.com can have Amazon EKS service IP addresses for their source IP address. I need the Amazon EKS service IP addresses list.