Question 285:
You lead a team to use Kubernetes to develop some microservices in the local server and data center. To align with the company’s strategy to move to the AWS cloud, you need to consider the possibilities of migrating the projects that your team is working on. You think that Amazon Elastic Container Service for Kubernetes (Amazon EKS) is a good candidate. In order to start using EKS properly, which prerequisites must be met? (Select TWO)
Answer options:
A.All related container images are registered in Amazon ECR since EKS can only pull docker images from ECR. B.A Route53 should be in place for Amazon EKS to route internet traffic among various public subnets. C.An IAM EKS service role should be created to allow Amazon EKS to manage clusters on your behalf. D.A VPC exists for the EKS cluster to use.