Bird
0
0

You want to create an EKS cluster with private networking only, so the cluster endpoint is not accessible from the internet. Which configuration should you use?

hard📝 Best Practice Q8 of 15
AWS - EKS
You want to create an EKS cluster with private networking only, so the cluster endpoint is not accessible from the internet. Which configuration should you use?
ASet the cluster's endpointPublicAccess to false and endpointPrivateAccess to true
BSet both endpointPublicAccess and endpointPrivateAccess to true
CSet endpointPublicAccess to true and endpointPrivateAccess to false
DDo not specify endpoint access settings; default is private only
Step-by-Step Solution
Solution:
  1. Step 1: Understand endpoint access options

    EKS allows configuring endpointPublicAccess and endpointPrivateAccess to control cluster API visibility.
  2. Step 2: Choose private-only access

    To restrict access to private network only, set endpointPublicAccess to false and endpointPrivateAccess to true.
  3. Final Answer:

    Set the cluster's endpointPublicAccess to false and endpointPrivateAccess to true -> Option A
  4. Quick Check:

    Private endpoint only = Public access false [OK]
Quick Trick: Disable public access, enable private for private-only cluster [OK]
Common Mistakes:
  • Leaving public access enabled
  • Assuming default is private only
  • Setting both access options to true

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes