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

[AWS][SAA][EXAMTOPICS] Question 296

by METAVERSE STORY 2022. 7. 8.
반응형
728x170

A solutions architect is responsible for designing the architecture of an application that is delivered as a Docker container image by a vendor. The container requires 50 GB of temporary file storage. Serverless infrastructure is required.

Which method satisfies these criteria with the LEAST amount of operational overhead?

  • A. Create an AWS Lambda function that uses the Docker container image with an Amazon S3 mounted volume that has more than 50 GB of space.
  • B. Create an AWS Lambda function that uses the Docker container image with an Amazon Elastic Block Store (Amazon EBS) volume that has more than 50 GB of space.
  • C. Create an Amazon Elastic Container Service (Amazon ECS) cluster that uses the AWS Fargate launch type. Create a task definition for the container image with an Amazon Elastic File System (Amazon EFS) volume. Create a service with that task definition.
  • D. Create an Amazon Elastic Container Service (Amazon ECS) cluster that uses the Amazon EC2 launch type with an Amazon Elastic Block Store (Amazon EBS) volume that has more than 50 GB of space. Create a task definition for the container image. Create a service with that task definition.

 

한글 번역

솔루션 설계자는 공급업체가 Docker 컨테이너 이미지로 제공하는 애플리케이션의 아키텍처를 설계하는 일을 담당합니다. 컨테이너에는 50GB의 임시 파일 스토리지가 필요합니다. 서버리스 인프라가 필요합니다.

다음 중 운영 오버헤드가 가장 적은 이러한 기준을 충족하는 방법은 무엇입니까?

  • A. 50GB 이상의 공간이 있는 Amazon S3 탑재 볼륨이 있는 Docker 컨테이너 이미지를 사용하는 AWS Lambda 함수를 생성합니다.
  • B. 50GB 이상의 공간이 있는 Amazon Elastic Block Store(Amazon EBS) 볼륨이 있는 Docker 컨테이너 이미지를 사용하는 AWS Lambda 함수를 생성합니다.
  • C. AWS Fargate 시작 유형을 사용하는 Amazon Elastic Container Service(Amazon ECS) 클러스터를 생성합니다. Amazon Elastic File System(Amazon EFS) 볼륨으로 컨테이너 이미지에 대한 작업 정의를 생성합니다. 해당 작업 정의로 서비스를 만듭니다.
  • D. 50GB 이상의 공간이 있는 Amazon Elastic Block Store(Amazon EBS) 볼륨과 함께 Amazon EC2 시작 유형을 사용하는 Amazon Elastic Container Service(Amazon ECS) 클러스터를 생성합니다. 컨테이너 이미지에 대한 작업 정의를 만듭니다. 해당 작업 정의로 서비스를 만듭니다.

 

 

정답

  • C. Create an Amazon Elastic Container Service (Amazon ECS) cluster that uses the AWS Fargate launch type. Create a task definition for the container image with an Amazon Elastic File System (Amazon EFS) volume. Create a service with that task definition.

 

해설

서버리스 인프라가 필요하며 운영 오버헤드가 가장 작아야 한다. 게다가 도커이기 때문에 컨테이너에 적합한 서비스를 찾는 것 또한 중요하다. 

Fargate는 컨테이너에 적합한 서버리스 컴퓨팅이다. 이걸 시작유형으로 ECS를 실행한 후 Serverless 파일 시스템인 EFS를 사용해 서비스를 만드는 것이 운영 오버헤드를 줄이기에 가장 적합하다. 

 

반응형
그리드형

댓글