The application of the should retrieve data from your user’s mobile every five minutes and also the data keep in dynamodb, later on, a daily basis at a specific time the data is extracted into s3 on a per-user basis then your application is later wont to visualize the data to the user. The user is asked to optimize the design of the backend system to lower price, what would you recommend?
Answer / Sudhir Kumar Trivedi
To optimize the cost for this scenario in AWS, consider using DynamoDB Streams to process and store data from the mobile app into DynamoDB instead of polling every 5 minutes. Set up a Lambda function to handle the stream records and write them to S3 on a per-user basis when the daily scheduled event triggers it. To further reduce costs, use DynamoDB Accelerator (DAX) for high-performance read operations and leverage Amazon CloudWatch Events for scheduling.
| Is This Answer Correct ? | 0 Yes | 0 No |
How the processes start, stop and terminate works? How?
Can I control if and when mysql based rds instance is upgraded to new supported versions?
What is edge location and the purpose of it?
what are the differences between amazon s3 and ec2?
Should encryption be used for s3?
What Are The Different Types Of Instances Used In Amazon Ec2?
What does the aws storage gateway provide?
What are the migration strategies?
How can you send the request to amazon s3?
What parameters will you take into consideration when choosing the availability zone ?
Could you explain aws auto scaling vs. Auto scaling for individual services?
Which instance will you use for deploying a 4-node hadoop cluster in aws ?