본문 바로가기
[AWS]/AWS SAA EXAMTOPICS

[AWS][SAA][EXAMTOPICS] Question 147

by METAVERSE STORY 2022. 6. 27.
반응형
728x170

A corporation operates a containerized application in an on-premises data center using a Kubernetes cluster. The organization stores data in a MongoDB database.
The organization want to transition some of these environments to AWS, but no modifications to the code or deployment methods are currently feasible. The business need a solution that lowers operating costs.

Which solution satisfies these criteria?

  • A. Use Amazon Elastic Container Service (Amazon ECS) with Amazon EC2 worker nodes for compute and MongoDB on EC2 for data storage.
  • B. Use Amazon Elastic Container Service (Amazon ECS) with AWS Fargate for compute and Amazon DynamoDB for data storage.
  • C. Use Amazon Elastic Kubernetes Service (Amazon EKS) with Amazon EC2 worker nodes for compute and Amazon DynamoDB for data storage.
  • D. Use Amazon Elastic Kubernetes Service (Amazon EKS) with AWS Fargate for compute and Amazon DocumentDB (with MongoDB compatibility) for data storage.

 

한글 번역

기업은 Kubernetes 클러스터를 사용하여 온프레미스 데이터 센터에서 컨테이너화된 애플리케이션을 운영합니다. 조직은 데이터를 MongoDB 데이터베이스에 저장합니다.
조직은 이러한 환경 중 일부를 AWS로 전환하기를 원하지만 현재 코드 또는 배포 방법을 수정할 수 없습니다. 비즈니스에는 운영 비용을 낮추는 솔루션이 필요합니다.

어떤 솔루션이 이러한 기준을 충족합니까?

  • A. 컴퓨팅용 Amazon EC2 작업자 노드와 데이터 저장용 EC2의 MongoDB와 함께 Amazon Elastic Container Service(Amazon ECS)를 사용합니다.
  • B. 컴퓨팅용 AWS Fargate 및 데이터 저장용 Amazon DynamoDB와 함께 Amazon Elastic Container Service(Amazon ECS)를 사용합니다.
  • C. 컴퓨팅용 Amazon EC2 작업자 노드 및 데이터 저장용 Amazon DynamoDB와 함께 Amazon Elastic Kubernetes Service(Amazon EKS)를 사용합니다.
  • D. 컴퓨팅용 AWS Fargate 및 데이터 저장용 Amazon DocumentDB(MongoDB 호환 가능)와 함께 Amazon Elastic Kubernetes Service(Amazon EKS)를 사용합니다.

 

 

 

정답:

  • D. 컴퓨팅용 AWS Fargate 및 데이터 저장용 Amazon DocumentDB(MongoDB 호환 가능)와 함께 Amazon Elastic Kubernetes Service(Amazon EKS)를 사용합니다.

 

해설

먼저 기업은 쿠버네티스 클러스터를 활용해 온프레미스 데이터 센터에서 컨테이너화 된 애플리케이션을 운영했다. 그러므로 ECS보다는 쿠버네티스에 최적화된 EKS를 더 선호한다. 그러므로 A,B는 정답이 될 수 없다.

그리고 이 기업의 목적은 운영을 낮추는 솔루션이 필요하다는 것이다. Fargate는 Serverless 서비스로 EC2보다 저렴하기 때문에 D가 정답이다.

반응형
그리드형

댓글