Skip to content

Commit

Permalink
Update curl command to test EKS cluster endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr committed Nov 22, 2024
1 parent b9ab055 commit d0756ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layers/eks/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ Verify that the Client VPN endpoint has active routes to the EKS VPC CIDR and th
For example, here's an example command to test connectivity to the EKS cluster's control plane endpoint. You can find this endpoint in the AWS web console or in Terraform outputs:

```bash
curl -fsSk --max-time 5 "$url/healthz" https://82F58026XXXXXXXXXXXXXXXXXXXXXXXX.gr7.us-east-1.eks.amazonaws.com
curl -fsSk --max-time 5 "https://82F58026XXXXXXXXXXXXXXXXXXXXXXXX.gr7.us-east-1.eks.amazonaws.com/healthz"
```

0 comments on commit d0756ba

Please sign in to comment.