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

[AWS][SAA][EXAMTOPICS] Question 141

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

A business maintains monthly phone records. Statistically, recorded data may be referred to randomly within a year but is seldom retrieved beyond that time period.
Files less than a year old must be queried and retrieved immediately. It is okay for there to be a delay in obtaining older files. A solutions architect must ensure that the captured data is stored at the lowest possible cost.

Which option is the MOST CHEAPEST?

  • A. Store individual files in Amazon S3 Glacier and store search metadata in object tags created in S3 Glacier Query S3 Glacier tags and retrieve the files from S3 Glacier.
  • B. Store individual files in Amazon S3. Use lifecycle policies to move the files to Amazon S3 Glacier after1 year. Query and retrieve the files from Amazon S3 or S3 Glacier.
  • C. Archive individual files and store search metadata for each archive in Amazon S3. Use lifecycle policies to move the files to Amazon S3 Glacier after 1 year. Query and retrieve the files by searching for metadata from Amazon S3.
  • D. Archive individual files in Amazon S3. Use lifecycle policies to move the files to Amazon S3 Glacier after 1 year. Store search metadata in Amazon DynamoDB. Query the files from DynamoDB and retrieve them from Amazon S3 or S3 Glacier.

 

한글 번역

회사는 월별 전화 기록을 유지합니다. 통계적으로 기록된 데이터는 1년 이내에 무작위로 참조될 수 있지만 해당 기간을 초과하여 검색되는 경우는 거의 없습니다.
1년 미만의 파일은 즉시 쿼리하고 검색해야 합니다. 오래된 파일을 가져오는 데 지연이 있는 것은 괜찮습니다. 솔루션 설계자는 캡처된 데이터가 가능한 가장 낮은 비용으로 저장되도록 해야 합니다.

가장 저렴한 옵션은 무엇입니까?

  • A. Amazon S3 Glacier에 개별 파일을 저장하고 S3 Glacier에서 생성된 객체 태그에 검색 메타데이터를 저장합니다. S3 Glacier 태그를 쿼리하고 S3 Glacier에서 파일을 검색합니다.
  • B. Amazon S3에 개별 파일을 저장합니다. 수명 주기 정책을 사용하여 1년 후에 파일을 Amazon S3 Glacier로 이동합니다. Amazon S3 또는 S3 Glacier에서 파일을 쿼리하고 검색합니다.
  • C. 개별 파일을 아카이브하고 Amazon S3의 각 아카이브에 대한 검색 메타데이터를 저장합니다. 수명 주기 정책을 사용하여 1년 후에 파일을 Amazon S3 Glacier로 이동합니다. Amazon S3에서 메타데이터를 검색하여 파일을 쿼리하고 검색합니다.
  • D. Amazon S3에 개별 파일을 보관합니다. 수명 주기 정책을 사용하여 1년 후에 파일을 Amazon S3 Glacier로 이동합니다. Amazon DynamoDB에 검색 메타데이터를 저장합니다. DynamoDB에서 파일을 쿼리하고 Amazon S3 또는 S3 Glacier에서 검색합니다.

 

 

정답

  • B. Store individual files in Amazon S3. Use lifecycle policies to move the files to Amazon S3 Glacier after1 year. Query and retrieve the files from Amazon S3 or S3 Glacier.

 

해설

Amazon S3 Select를 사용하여 서버 또는 데이터베이스 없이 데이터 쿼리

고객은 Amazon S3를 활용하여 스토리지를 프로비저닝하거나 인프라를 관리하지 않고도 모든 양의 데이터를 저장하고 보호할 수 있습니다. Amazon S3 Select 및 Amazon S3 Glacier Select 를 사용하면 고객이 S3 및 Amazon S3 Glacier 에 저장된 데이터에 대해 구조적 쿼리 언어 SQL 쿼리를 직접 실행할 수 있습니다 . S3 Select를 사용하면 S3에 데이터를 저장하고 SQL 문을 사용하여 쿼리하여 S3 객체의 내용을 필터링하여 필요한 데이터만 검색하면 됩니다. 고객은 데이터의 하위 집합만 검색하여 Amazon S3에서 전송하는 데이터의 양을 줄여 이 데이터를 검색하는 비용과 지연 시간을 줄입니다. 비용과 복잡성을 줄이면 AWS 고객은 더 빠르게 움직이고 비즈니스와 고객에게 가치를 제공하는 데 필요한 시간을 줄일 수 있습니다.

 

참조:

https://aws.amazon.com/ko/blogs/storage/querying-data-without-servers-or-databases-using-amazon-s3-select/

 

Querying data without servers or databases using Amazon S3 Select | Amazon Web Services

In our time as Solutions Architects at AWS, we have supported all types of customers and use cases. We regularly hear the same feedback: instead of deploying and managing systems and infrastructure, customers want to reduce complexity and management overhe

aws.amazon.com

 

반응형
그리드형

댓글