A business transferred a two-tier application from its on-premises data center to the Amazon Web Services Cloud. The data layer is a multi-AZ Amazon RDS for Oracle configuration with 12' of Amazon Elastic Block Store (Amazon EBS) general purpose SSD storage. The program is intended to process and store documents as binary big objects (blobs) with an average document size of 6 MB in the database.
The database has increased in size over time, lowering performance and increasing storage costs. The organization wants to boost database performance and need a highly available and robust solution.
Which approach will be the most cost-effective in meeting these requirements?
- A. Reduce the RDS DB instance size. Increase the storage capacity to 24 TiB. Change the storage type to Magnetic.
- B. Increase the RDS DB instance size. Increase the storage capacity to 24 TiB. Change the storage type to Provisioned IOPS.
- C. Create an Amazon S3 bucket. Update the application to store documents in the S3 bucket. Store the object metadata in the existing database.
- D. Create an Amazon DynamoDB table. Update the application to use DynamoDB. Use AWS Database Migration Service (AWS DMS) to migrate data from the Oracle database to DynamoDB.
한글 번역
한 기업이 온프레미스 데이터 센터에서 Amazon Web Services 클라우드로 2계층 애플리케이션을 이전했습니다. 데이터 계층은 12' Amazon Elastic Block Store(Amazon EBS) 범용 SSD 스토리지가 있는 Oracle용 다중 AZ Amazon RDS 구성입니다. 이 프로그램은 문서를 데이터베이스에서 평균 문서 크기가 6MB인 바이너리 빅 객체(BLOB)로 처리하고 저장하기 위한 것입니다.
데이터베이스는 시간이 지남에 따라 크기가 증가하여 성능이 저하되고 스토리지 비용이 증가합니다. 조직은 데이터베이스 성능을 높이고 고가용성 및 강력한 솔루션이 필요합니다.
이러한 요구 사항을 충족하는 데 가장 비용 효율적인 접근 방식은 무엇입니까?
- A. RDS DB 인스턴스 크기를 줄입니다. 스토리지 용량을 24TiB로 늘립니다. 저장 유형을 마그네틱으로 변경합니다.
- B. RDS DB 인스턴스 크기를 늘립니다. 스토리지 용량을 24TiB로 늘립니다. 스토리지 유형을 프로비저닝된 IOPS로 변경합니다.
- C. Amazon S3 버킷을 생성합니다. S3 버킷에 문서를 저장하도록 애플리케이션을 업데이트합니다. 기존 데이터베이스에 개체 메타데이터를 저장합니다.
- D. Amazon DynamoDB 테이블을 생성합니다. DynamoDB를 사용하도록 애플리케이션을 업데이트합니다. AWS Database Migration Service(AWS DMS)를 사용하여 Oracle 데이터베이스에서 DynamoDB로 데이터를 마이그레이션합니다.
정답
- C. Create an Amazon S3 bucket. Update the application to store documents in the S3 bucket. Store the object metadata in the existing database.
해설
비용 효율적인 접근 방식으로 접근해야 하기 때문에 B는 될 수 없다. 그리고 성능저하 때문에 성능을 올려야 하는데 스토리지 유형을 낮추며, 인스턴스 크기를 낮추는건 답이 될 수 없으므로 A도 정답이 아니다.
그리고 BLOB 때문에 평균 6MB의 파일이라고 하였으므로 DynamoDB랑은 어울리지 않는다. DynamoDB는 일반적으로 문서나 이미지를 저장하는데 적합하지 않고 최대 400KB의 바이너리 항목을 저장할 수 있다.
그러므로 답은 C이다.
'[AWS] > AWS SAA EXAMTOPICS' 카테고리의 다른 글
[AWS][SAA][EXAMTOPICS] Question 303 (0) | 2022.07.11 |
---|---|
[AWS][SAA][EXAMTOPICS] Question 302 (0) | 2022.07.11 |
[AWS][SAA][EXAMTOPICS] Question 301 (0) | 2022.07.11 |
[AWS][SAA][EXAMTOPICS] Question 300 (0) | 2022.07.08 |
[AWS][SAA][EXAMTOPICS] Question 298 (0) | 2022.07.08 |
[AWS][SAA][EXAMTOPICS] Question 297 (0) | 2022.07.08 |
[AWS][SAA][EXAMTOPICS] Question 296 (0) | 2022.07.08 |
[AWS][SAA][EXAMTOPICS] Question 295 (0) | 2022.07.08 |
댓글