Which solution will meet these requirements?

A company has deployed infrastructure on AWS. A development team wants to create an AWS Lambda function that will retrieve data from an Amazon Aurora database. The Amazon Aurora database is in a private subnet in company's VPC. The VPC is named VPC1. The data is relational in nature. The...

October 2, 2023 No Comments READ MORE +

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

A developer is creating an application that will give users the ability to store photos from their cellphones in the cloud. The application needs to support tens of thousands of users. The application uses an Amazon API Gateway REST API that is integrated with AWS Lambda functions to process the...

October 1, 2023 No Comments READ MORE +

Which solution will meet these requirements?

A company is running Amazon EC2 instances in multiple AWS accounts. A developer needs to implement an application that collects all the lifecycle events of the EC2 instances. The application needs to store the lifecycle events in a single Amazon Simple Queue Service (Amazon SQS) queue in the company's main...

October 1, 2023 No Comments READ MORE +

What should the developer do so that the company can meet the PII requirements while maintaining only one copy of the document?

A financial company must store original customer records for 10 years for legal reasons. A complete record contains personally identifiable information (PII). According to local regulations, PII is available to only certain people in the company and must not be shared with third parties. The company needs to make the...

October 1, 2023 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...

October 1, 2023 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...

October 1, 2023 No Comments READ MORE +

What should the developer do to reduce the size of the Lambda deployment packages with the LEAST operational overhead?

A developer is designing a serverless application with two AWS Lambda functions to process photos. One Lambda function stores objects in an Amazon S3 bucket and stores the associated metadata in an Amazon DynamoDB table. The other Lambda function fetches the objects from the S3 bucket by using the metadata...

September 30, 2023 No Comments READ MORE +

Which actions should the developer take to increase the resiliency of the application when the batch response includes values in UnprocessedKeys?

A developer has an application that makes batch requests directly to Amazon DynamoDB by using the BatchGetItem low-level API operation. The responses frequently return values in the UnprocessedKeys element. Which actions should the developer take to increase the resiliency of the application when the batch response includes values in UnprocessedKeys?...

September 30, 2023 No Comments READ MORE +

How can a developer enable X-Ray tracing on the on-premises servers with the LEAST amount of configuration?

A company is running a custom application on a set of on-premises Linux servers that are accessed using Amazon API Gateway. AWS X-Ray tracing has been enabled on the API test stage. How can a developer enable X-Ray tracing on the on-premises servers with the LEAST amount of configuration?A ....

September 30, 2023 No Comments READ MORE +

Which solution will meet this requirement?

A developer is writing an AWS Lambda function. The developer wants to log key events that occur while the Lambda function runs. The developer wants to include a unique identifier to associate the events with a specific function invocation. The developer adds the following code to the Lambda function: Which...

September 30, 2023 No Comments READ MORE +