0 votes
in Amazon Elastic Compute Cloud EC2 by
Your organization is using DynamoDB for its application. This application collects data from its users every 10 minutes and stores it in DynamoDB. Then every day, after a particular time interval, the data (respective to each user) is extracted from DynamoDB and sent to S3. Then, the application visualizes this data to the users. You are asked to propose a solution to help optimize the backend of the application for latency at lower cost. What would you recommend?

1 Answer

0 votes
by
ElastiCache. Amazon ElastiCache is a caching solution offered by Amazon.

Elastic Cache

It can be used to store a cached version of the application in a region closer to users so that when requests are made by the users the cached version of the application can respond, and hence latency will be reduced.

Related questions

0 votes
asked Dec 4, 2020 in Amazon Elastic Compute Cloud EC2 by sharadyadav1986
0 votes
asked Sep 4, 2022 in AWS by Robindeniel
...