
Answer-first summary for fast verification
Answer: Migrate NFS data to Amazon EFS and container images to Amazon ECR., Deploy applications on an Amazon EKS cluster with Amazon EFS.
The answer is B and E. To meet the requirements of migrating the NFS-backed Kubernetes-based image processing service to AWS and ensuring high availability, you should take the following actions: B) Migrate NFS data to Amazon Elastic File System (Amazon EFS) and upload container images to Amazon Elastic Container Registry (Amazon ECR). EFS is a scalable file storage service that can be accessed from Amazon EKS. E) Deploy the applications on an Amazon Elastic Kubernetes Service (Amazon EKS) cluster and configure each node to mount the Amazon EFS volume. Amazon EKS ensures high availability and the EFS volume provides a shared file system accessible by all nodes in the cluster, which is similar to the NFS share used on-premises.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company requires migrating their on-premises, NFS-backed, Kubernetes-based image processing service to AWS, ensuring high availability. Which two actions should be taken?
A
Migrate NFS data to Amazon EBS and container images to Amazon ECR.
B
Migrate NFS data to Amazon EFS and container images to Amazon ECR.
C
Deploy applications on an Amazon ECS cluster with Amazon EBS.
D
Deploy applications on an Amazon EKS cluster with Amazon EBS.
E
Deploy applications on an Amazon EKS cluster with Amazon EFS.