LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
AWS Certified Solutions Architect - Associate

AWS Certified Solutions Architect - Associate

Get started today

Ultimate access to all questions.


A company migrating a microservices application from EC2 to Amazon EKS has set up the control plane with private access and public access disabled for security. Despite this, nodes cannot join the cluster. What is the necessary step to resolve this issue?

Exam-Like



Explanation:

The correct answer is B: Establish VPC endpoints for node access to the control plane. When the EKS control plane endpoints are set to private access only, the Amazon EKS nodes need a way to reach the control plane securely. Creating VPC endpoints allows the nodes in the private subnets to access the control plane directly over the Amazon network.

Powered ByGPT-5