Question 384:
Your company has built a Therapist Finder service. Since the launch last year, over 150K therapists have registered from around the country, and the service is growing rapidly. The management has decided to add a new, much-needed feature to showcase Verified Therapists based on a complex search context and other parameters on their website. Thus, when users search for related therapists, the service can show verified therapists. Their current database is in DynamoDB. The management is ready to do some reengineering if the solution can be cost-effective as well.
Answer options:
A.Stream the DynamoDB data to Amazon OpenSearch using AWS Lambda and use it for the search. B.Migrate the DynamoDB data to the AWS RDS database and use it for the search. C.Use the AWS ElastiCache in front of the DynamoDB for the search queries D.Use the DynamoDB Accelerator for faster response times and save the read capacity.