A solutions architect is in the process of transferring a document management task to Amazon Web Services. The workload stores and tracks 7 terabytes of contract documents on a shared storage file system and an external database. The majority of records are archived and ultimately recovered for future reference. During the migration, the application cannot be updated, and the storage solution must be highly available.
Web servers that are part of an Auto Scaling group on Amazon EC2 collect and store documents. There may be up to 12 instances in the Auto Scaling group.
Which option best fits these criteria in terms of cost-effectiveness?
- A. Provision an enhanced networking optimized EC2 instance to serve as a shared NFS storage system.
- B. Create an Amazon S3 bucket that uses the S3 Standard-Infrequent Access (S3 Standard-IA) storage class. Mount the S3 bucket to the EC2 instances in the Auto Scaling group.
- C. Create an SFTP server endpoint by using AWS Transfer for SFTP and an Amazon S3 bucket. Configure the EC2 instances in the Auto Scaling group to connect to the SFTP server.
- D. Create an Amazon Elastic File System (Amazon EFS) file system that uses the EFS Standard-Infrequent Access (EFS Standard-IA) storage class. Mount the file system to the EC2 instances in the Auto Scaling group.
한글번역
솔루션 설계자가 문서 관리 작업을 Amazon Web Services로 이전하는 중입니다. 워크로드는 공유 스토리지 파일 시스템 및 외부 데이터베이스에 7테라바이트의 계약 문서를 저장하고 추적합니다. 대부분의 기록은 보관되고 궁극적으로 나중에 참조할 수 있도록 복구됩니다. 마이그레이션 중에는 애플리케이션을 업데이트할 수 없으며 스토리지 솔루션은 고가용성이어야 합니다.
Amazon EC2의 Auto Scaling 그룹에 속한 웹 서버는 문서를 수집하고 저장합니다. Auto Scaling 그룹에는 최대 12개의 인스턴스가 있을 수 있습니다.
비용 효율성 측면에서 이러한 기준에 가장 적합한 옵션은 무엇입니까?
- A. 공유 NFS 스토리지 시스템으로 사용할 향상된 네트워킹 최적화 EC2 인스턴스를 프로비저닝합니다.
- B. S3 Standard-Infrequent Access(S3 Standard-IA) 스토리지 클래스를 사용하는 Amazon S3 버킷을 생성합니다. Auto Scaling 그룹의 EC2 인스턴스에 S3 버킷을 탑재합니다.
- C. AWS Transfer for SFTP 및 Amazon S3 버킷을 사용하여 SFTP 서버 엔드포인트를 생성합니다. SFTP 서버에 연결하도록 Auto Scaling 그룹의 EC2 인스턴스를 구성합니다.
- D. EFS Standard-Infrequent Access(EFS Standard-IA) 스토리지 클래스를 사용하는 Amazon Elastic File System(Amazon EFS) 파일 시스템을 생성합니다. Auto Scaling 그룹의 EC2 인스턴스에 파일 시스템을 탑재합니다.
정답
- D. Create an Amazon Elastic File System (Amazon EFS) file system that uses the EFS Standard-Infrequent Access (EFS Standard-IA) storage class. Mount the file system to the EC2 instances in the Auto Scaling group.
해설
문서 관리 비즈니스 애플리케이션을 위한 많은 보고 시스템은 비즈니스 기능을 지원하기 위해 액세스 가능한 공유 파일 스토리지에 의존합니다. EFS Standard-IA 및 EFS One Zone-IA 스토리지 클래스를 사용하면 공유 파일 시스템의 파일을 쉽고 비용 효율적으로 저장하고 액세스할 수 있으므로 비용을 제어하기 위해 데이터를 관리할 필요가 없습니다. 나중에 보고서에 액세스하는 경우 파일 시스템이 Standard 또는 One Zone 스토리지 클래스를 사용하는지 여부에 따라 EFS Intelligent-Tiering이 액세스된 보고서를 EFS Standard 또는 EFS One Zone 스토리지 클래스로 자동 이동할 수 있습니다.
또한Amazon Elastic File System(Amazon EFS)은 AWS에서 파일 스토리지를 쉽게 설정, 확장 및 비용 최적화할 수 있게 해주는 간단한 방식의 탄력적 서버리스 파일 시스템으로, 한 번만 설정하면 됩니다. AWS 관리 콘솔을 사용하면 클릭 몇 번 만으로 Amazon Elastic Compute Cloud(EC2) 인스턴스, Amazon 컨테이너 서비스(Amazon Elastic Container Service(ECS), Amazon Elastic Kubernetes Service(EKS) 및 AWS Fargate)에 액세스할 수 있고 파일 시스템 인터페이스(표준 운영 체제 파일 I/O API를 사용)를 통해 AWS Lambda 함수에 액세스할 수 있는 파일 시스템을 생성할 수 있습니다. 또한 강력한 데이터 일관성, 파일 잠금 등의 파일 시스템 액세스 시멘틱을 완벽하게 지원합니다.
참조 문서
https://aws.amazon.com/ko/efs/faq/?pg=ln&sec=be#Scale_and_performance
https://aws.amazon.com/ko/efs/features/infrequent-access/
'[AWS] > AWS SAA EXAMTOPICS' 카테고리의 다른 글
[AWS][SAA][EXAMTOPICS] Question 144 (0) | 2022.06.27 |
---|---|
[AWS][SAA][EXAMTOPICS] Question 143 (0) | 2022.06.27 |
[AWS][SAA][EXAMTOPICS] Question 142 (0) | 2022.06.27 |
[AWS][SAA][EXAMTOPICS] Question 141 (0) | 2022.06.27 |
[AWS][SAA][EXAMTOPICS] Question 139 (0) | 2022.06.27 |
[AWS][SAA][EXAMTOPICS] Question 138 (0) | 2022.06.27 |
[AWS][SAA][EXAMTOPICS] Question 137 (0) | 2022.06.27 |
[AWS][SAA][EXAMTOPICS] Question 136 (0) | 2022.06.27 |
댓글