Knowee
Questions
Features
Study Tools

weather-tracking application is built using Amazon DynamoDB. The performance of the application has been consistently good. But lately, the team has realized that during holidays and travel seasons, the load on the application is high and the read requests consume most of the database resources, thereby drastically increasing the overall application latency. Which feature/service will help resolve this issue?Question 63Answera.Amazon CloudFrontb.Amazon DynamoDB Acceleratorc.Amazon DynamoDB Regulatord.Amazon ElastiCache

Question

weather-tracking application is built using Amazon DynamoDB. The performance of the application has been consistently good. But lately, the team has realized that during holidays and travel seasons, the load on the application is high and the read requests consume most of the database resources, thereby drastically increasing the overall application latency. Which feature/service will help resolve this issue?Question 63Answera.Amazon CloudFrontb.Amazon DynamoDB Acceleratorc.Amazon DynamoDB Regulatord.Amazon ElastiCache

...expand
🧐 Not the exact question you are looking for?Go ask a question

Solution

The feature/service that will help resolve this issue is b. Amazon DynamoDB Accelerator (DAX).

DAX is a fully managed, highly available, in-memory cache for DynamoDB that can speed up read-intensive workloads by up to 10 times. It allows applications to read item directly from the cache instead of the underlying DynamoDB table, which can significantly reduce the latency and improve the application's performance, especially during high load periods.

This problem has been solved

Similar Questions

A Company is designing a high availability solution for a customer. This customer's requirements are that their application needs to be able to handle an unexpected amount of load and allow site visitors to read data from a DynamoDB table, which contains the results of an online polling system. Given this information, what would be the best and most cost-saving method for architecting and developing this application?Select one:a. Use the JavaScript SDK and build a static HTML page, hosted inside of an Amazon S3bucket; use CloudFront and Route 53 to serve the website, which uses JavaScript client-sidelanguage to communicate with DynamoDBb. Create a CloudFront distribution that serves the HTML web page, but send the visitors to an Auto Scaling ELB application pointing to EC2 instances c. Create a Lambda script, which pulls the most recent DynamoDB polling results and creates a custom HTML page, inside of Amazon S3 and use CloudFront and Route 53 to servethe static websited. Deploy an Auto Scaling application with Elastic Load Balancer pointing to EC2 instances that use a server-side SDK to communicate with the DynamoDB table

Which service provides lowest latency in terms of data acess on AWS?Answer choicesSelect only one optionREVISITEBSS3EFSSagemaker

A digital marketing company needs to deliver real-time, personalized experiences to its customers through their application. They want to store and retrieve users' preferences and track users' activities. The solution needs to be scalable and provide low-latency access to data. Which AWS service would you recommend for this requirement?Question 27Answera.Amazon ElastiCacheb.AWS Lambdac.Amazon Redshiftd.Amazon RDS

To reduce costs, a company is planning to migrate a NoSQL database to AWS. Which AWS service is fully managed and can automatically scale throughput capacity to meet database workload demands?a.Amazon DynamoDBb.Amazon Redshiftc.Amazon Aurorad.Amazon RDS

You are consulting for a company that promotes large musical events. They are going to announce a concert of a well known artist and expect a 10 fold increase in requests to their service. The service is based on API Gateway triggering a series of Lambda functions and an Amazon Relational Database Service (Amazon RDS) Database for persistent storage.What suggestions would you make for cost effective scaling?Set Lambda provisioned concurrency to a value that meets your cost targetEnable API Gateway caching to reduce backend invocationsScale the Amazon RDS instance up during the peak request periodUse API Keys to rate limit incoming user requests

1/3

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.