Examtopics

AWS Certified Developer - Associate
  • Topic 1 Question 444

    A developer is creating a database of products. Queries for frequently accessed products must have retrieval times of microseconds. To ensure data consistency, the application cache must be updated whenever products are added, changed, or deleted.

    Which solution will meet these requirements?

    • Set up an Amazon DynamoDB database and a DynamoDB Accelerator (DAX) cluster.

    • Set up an Amazon RDS database and an Amazon ElastiCache for Redis cluster. Implement a lazy loading caching strategy with ElastiCache.

    • Setup an Amazon DynamoDB database that has an in-memory cache. Implement a lazy loading caching strategy in the application.

    • Set up an Amazon RDS database and an Amazon DynamoDB Accelerator (DAX) cluster. Specify a TTL setting for the DAX cluster.


    シャッフルモード