ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 493 - SAA-C03 discussion

Report
Export

A company is running a microservices application on Amazon EC2 instances. The company wants to migrate the application to an Amazon Elastic Kubernetes Service (Amazon EKS) cluster for scalability. The company must configure the Amazon EKS control plane with endpoint private access set to true and endpoint public access set to false to maintain security compliance The company must also put the data plane in private subnets. However, the company has received error notifications because the node cannot join the cluster.

Which solution will allow the node to join the cluster?

A.
Grant the required permission in AWS Identity and Access Management (IAM) to the AmazonEKSNodeRole IAM role.
Answers
A.
Grant the required permission in AWS Identity and Access Management (IAM) to the AmazonEKSNodeRole IAM role.
B.
Create interface VPC endpoints to allow nodes to access the control plane.
Answers
B.
Create interface VPC endpoints to allow nodes to access the control plane.
C.
Recreate nodes in the public subnet Restrict security groups for EC2 nodes
Answers
C.
Recreate nodes in the public subnet Restrict security groups for EC2 nodes
D.
Allow outbound traffic in the security group of the nodes.
Answers
D.
Allow outbound traffic in the security group of the nodes.
Suggested answer: B

Explanation:

Kubernetes API requests within your cluster's VPC (such as node to control plane communication) use the private VPC endpoint. https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html

asked 16/09/2024
Manohar M
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first