How should the developer configure the Lambda function to detect changes to the DynamoDB table?

A developer is working on a serverless application that needs to process any changes to an Amazon DynamoDB table with an AWS Lambda function. How should the developer configure the Lambda function to detect changes to the DynamoDB table?A . Create an Amazon Kinesis data stream, and attach it to...

February 10, 2025 No Comments READ MORE +

Which option will meet these requirements with the HIGHEST level of security?

An application is using Amazon Cognito user pools and identity pools for secure access. A developer wants to integrate the user-specific file upload and download features in the application with Amazon S3. The developer must ensure that the files are saved and retrieved in a secure manner and that users...

February 10, 2025 No Comments READ MORE +

How should the developer identify and troubleshoot the root cause of the performance issues in production?

A developer must analyze performance issues with production-distributed applications written as AWS Lambda functions. These distributed Lambda applications invoke other components that make up me applications. How should the developer identify and troubleshoot the root cause of the performance issues in production?A . Add logging statements to the Lambda functions....

February 8, 2025 No Comments READ MORE +

Which actions should the developer take to increase the processing speed?

A company is using an AWS Lambda function to process records from an Amazon Kinesis data stream. The company recently observed slow processing of the records. A developer notices that the iterator age metric for the function is increasing and that the Lambda run duration is constantly above normal. Which...

February 7, 2025 No Comments READ MORE +

What is the MOST operationally efficient way to refactor the server less application to accommodate this change?

A developer migrated a legacy application to an AWS Lambda function. The function uses a third-party service to pull data with a series of API calls at the end of each month. The function than processes the data to generate the monthly reports. The function has Been working with no...

February 6, 2025 No Comments READ MORE +

Which solution will meet these requirements?

A developer is incorporating AWS X-Ray into an application that handles personal identifiable information (PII). The application is hosted on Amazon EC2 instances. The application trace messages include encrypted PII and go to Amazon CloudWatch. The developer needs to ensure that no PII goes outside of the EC2 instances. Which...

February 5, 2025 No Comments READ MORE +

Which solution will meet these requirements with the LEAST operational overhead?

A company wants to deploy and maintain static websites on AWS. Each website's source code is hosted in one of several version control systems, including AWS CodeCommit, Bitbucket, and GitHub. The company wants to implement phased releases by using development, staging, user acceptance testing, and production environments in the AWS...

February 4, 2025 No Comments READ MORE +

What should the developer do to prevent the browser from blocking the JavaScript files and web fonts?

A company hosts a client-side web application for one of its subsidiaries on Amazon S3. The web application can be accessed through Amazon CloudFront from https://www.example.com. After a successful rollout, the company wants to host three more client-side web applications for its remaining subsidiaries on three separate S3 buckets. To...

February 4, 2025 No Comments READ MORE +

How can the developer achieve this goal with the LEAST operational overhead?

A developer is deploying an AWS Lambda function. The developer wants the ability to return to older versions of the function quickly and seamlessly. How can the developer achieve this goal with the LEAST operational overhead?A . Use AWS OpsWorks to perform blue/green deployments.B . Use a function alias with...

February 4, 2025 No Comments READ MORE +

What is the MOST cost-effective way to solve the deployment issue?

A company has deployed an application on AWS Elastic Beanstalk. The company has configured the Auto Scaling group that is associated with the Elastic Beanstalk environment to have five Amazon EC2 instances. If the capacity is fewer than four EC2 instances during the deployment, application performance degrades. The company is...

February 3, 2025 No Comments READ MORE +