Soru

Zorluk: KolayDatabase and Storage Strategy

A solutions architect is designing a document management platform. The platform must handle two storage needs: a cost-effective object storage system for storing millions of PDF files (averaging 2 MB2\text{ MB} to 5 MB5\text{ MB} in size), and a NoSQL database for metadata lookups (such as document ID, owner, and creation date) with key performance indicators of sub-10 ms10\text{ ms} retrieval latency. The entire architecture must scale automatically to accommodate highly variable traffic volumes. Which two AWS storage and database configurations should the solutions architect implement to satisfy these requirements? (Select TWO.)

  1. Amazon Simple Storage Service (Amazon S3) Standard storage class to store the PDF documents.Cevap
  2. Amazon DynamoDB with auto-scaling enabled to store and query the document metadata.Cevap
  3. C
    Amazon Aurora MySQL with read replicas configured for manual scaling to handle sudden metadata search spikes.
  4. D
    Amazon Elastic File System (Amazon EFS) with daily cross-region backup replication to achieve near-zero Recovery Time Objective (RTO) for document retrieval.
  5. E
    Amazon S3 bucket for documents with cross-account replication encrypted using the default AWS-managed KMS key (aws/s3).

Cevap

The solutions architect should combine Amazon Simple Storage Service (Amazon S3) Standard storage class to store the PDF documents, and Amazon DynamoDB with auto-scaling enabled to store and query the document metadata.
Storing unstructured PDF files in Amazon S3 is highly cost-effective and provides the required durability. Pairing it with Amazon DynamoDB for metadata enables fast, low-latency, key-value lookups while utilizing auto-scaling to match fluctuating demand without manual intervention.

Adım Adım Çözüm

1
Evaluate the workload type and size characteristics for the document files.
Amazon S3 Standard is selected as the object storage tier.
PDF files are unstructured objects. Amazon S3 is designed specifically for object storage, offering infinite scale and high durability at a low cost for files of this size.
2
Evaluate the database and performance requirements for the metadata lookup queries.
Amazon DynamoDB with auto-scaling is selected as the NoSQL database.
DynamoDB supports simple key-value lookups (such as document ID, owner, and creation date) with consistent, sub-10 millisecond latency and scales capacity automatically.

Anahtar Kavram

Selecting appropriate storage and database services based on data structure (object vs. key-value metadata), latency requirements, and automatic scaling capabilities.
Bu soruyu puanla