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

[AWS][SAA][EXAMTOPICS] Question 330

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

A solutions architect must host a high-performance computing (HPC) workload on Amazon Web Services (AWS). The workload will be dispersed over hundreds of Amazon EC2 instances and will need concurrent access to a shared file system in order to facilitate distributed processing of big datasets. Multiple instances of the same dataset will be accessible concurrently. The workload demands an access latency of less than 1 millisecond. Following completion of processing, engineers will need access to the dataset for manual postprocessing.

Which solution will satisfy these criteria?

  • A. Use Amazon Elastic File System (Amazon EFS) as a shared file system. Access the dataset from Amazon EFS.
  • B. Mount an Amazon S3 bucket to serve as the shared file system. Perform postprocessing directly from the S3 bucket.
  • C. Use Amazon FSx for Lustre as a shared file system. Link the file system to an Amazon S3 bucket for postprocessing.
  • D. Configure AWS Resource Access Manager to share an Amazon S3 bucket so that it can be mounted to all instances for processing and postprocessing.

 

한글 번역

솔루션 설계자는 Amazon Web Services(AWS)에서 고성능 컴퓨팅(HPC) 워크로드를 호스팅해야 합니다. 워크로드는 수백 개의 Amazon EC2 인스턴스에 분산되며 큰 데이터 세트의 분산 처리를 용이하게 하기 위해 공유 파일 시스템에 대한 동시 액세스가 필요합니다. 동일한 데이터 세트의 여러 인스턴스에 동시에 액세스할 수 있습니다. 워크로드는 1밀리초 미만의 액세스 대기 시간을 요구합니다. 처리 완료 후 엔지니어는 수동 후처리를 위해 데이터세트에 액세스해야 합니다.

어떤 솔루션이 이러한 기준을 충족할까요?

  • A. Amazon Elastic File System(Amazon EFS)을 공유 파일 시스템으로 사용합니다. Amazon EFS에서 데이터 세트에 액세스합니다.
  • B. 공유 파일 시스템으로 사용할 Amazon S3 버킷을 탑재합니다. S3 버킷에서 직접 후처리를 수행합니다.
  • C. Lustre용 Amazon FSx를 공유 파일 시스템으로 사용합니다. 후처리를 위해 파일 시스템을 Amazon S3 버킷에 연결합니다.
  • D. 처리 및 사후 처리를 위해 모든 인스턴스에 탑재할 수 있도록 Amazon S3 버킷을 공유하도록 AWS Resource Access Manager를 구성합니다.

 

 

 

정답

  • C. Use Amazon FSx for Lustre as a shared file system. Link the file system to an Amazon S3 bucket for postprocessing.

해설

일반적인

Q: Lustre용 Amazon FSx란 무엇입니까?

Amazon FSx for Lustre를 사용하면 세계에서 가장 인기 있는 고성능 파일 시스템을 쉽고 비용 효율적으로 시작, 실행 및 확장할 수 있습니다.

오픈 소스 Lustre 파일 시스템은 빠른 스토리지가 필요한 애플리케이션을 위해 설계되었습니다. Lustre는 세계에서 계속 증가하는 데이터 세트를 빠르고 저렴하게 처리하는 문제를 해결하기 위해 구축되었으며 세계에서 가장 빠른 500대의 컴퓨터에 가장 널리 사용되는 파일 시스템입니다.

완전 관리형 서비스인 Amazon FSx는 Lustre를 대중에게 제공하므로 스토리지 속도가 중요한 모든 워크로드에 사용할 수 있습니다. Amazon FSx는 고성능 Lustre 파일 시스템을 설정하고 관리하는 기존의 복잡성을 제거하여 전투 테스트를 거친 고성능 파일 시스템을 몇 분 안에 가동, 실행 및 확장할 수 있습니다. 또한 여러 배포 옵션을 제공하므로 필요에 따라 비용을 최적화할 수 있습니다.

Amazon FSx는 또한 Amazon S3 와 통합되어 Lustre 고성능 파일 시스템으로 클라우드 데이터 세트를 쉽게 처리할 수 있습니다. S3 버킷에 연결되면 FSx for Lustre 파일 시스템은 S3 객체를 파일로 투명하게 표시하고 파일이 파일 시스템에 추가, 변경 또는 삭제될 때 연결된 S3 버킷의 내용을 자동으로 업데이트합니다.

 

참조 문서

https://aws.amazon.com/ko/fsx/lustre/faqs/?nc=sn&loc=5 

 

반응형
그리드형

댓글