Which solution will meet these requirements?

A developer is migrating some features from a legacy monolithic application to use AWS Lambda functions instead. The application currently stores data in an Amazon Aurora DB cluster that runs in private subnets in a VPC. The AWS account has one VPC deployed. The Lambda functions and the DB cluster...

September 19, 2024 No Comments READ MORE +

How can the developer meet these requirements without additional application code?

A developer needs to perform geographic load testing of an API. The developer must deploy resources to multiple AWS Regions to support the load testing of the API. How can the developer meet these requirements without additional application code?A . Create and deploy an AWS Lambda function in each desired...

September 19, 2024 No Comments READ MORE +

Which solution will enable the search and retrieval of each employee's individual details and high-resolution photos using AWS APIs?

A company is migrating legacy internal applications to AWS. Leadership wants to rewrite the internal employee directory to use native AWS services. A developer needs to create a solution for storing employee contact details and high-resolution photos for use with the new application. Which solution will enable the search and...

September 18, 2024 No Comments READ MORE +

What is the MOST secure way to resolve this issue?

An application that is hosted on an Amazon EC2 instance needs access to files that are stored in an Amazon S3 bucket. The application lists the objects that are stored in the S3 bucket and displays a table to the user. During testing, a developer discovers that the application does...

September 18, 2024 No Comments READ MORE +

When solution will meet these requirements MOST cost-effectively?

A company has installed smart motes in all Its customer locations. The smart meter’s measure power usage at 1minute intervals and send the usage readings to a remote endpoint tot collection. The company needs to create an endpoint that will receive the smart meter readings and store the readings in...

September 18, 2024 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...

September 18, 2024 No Comments READ MORE +

Which solution will meet this requirement?

A developer has an application that stores data in an Amazon S3 bucket. The application uses an HTTP API to store and retrieve objects. When the PutObject API operation adds objects to the S3 bucket the developer must encrypt these objects at rest by using server-side encryption with Amazon S3...

September 17, 2024 No Comments READ MORE +

Which access does the policy allow regarding the s3:GetObject and s3:PutObject actions?

A developer has written the following IAM policy to provide access to an Amazon S3 bucket: Which access does the policy allow regarding the s3:GetObject and s3:PutObject actions?A . Access on all buckets except the “DOC-EXAMPLE-BUCKET” bucketB . Access on all buckets that start with “DOC-EXAMPLE-BUCKET” except the “DOC-EXAMPLE-BUCKET/secrets” bucketC...

September 16, 2024 No Comments READ MORE +

Which solution should the developer implement to meet these requirements?

A developer is using AWS Amplify Hosting to build and deploy an application. The developer is receiving an increased number of bug reports from users. The developer wants to add end-to-end testing to the application to eliminate as many bugs as possible before the bugs reach production. Which solution should...

September 16, 2024 No Comments READ MORE +

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...

September 16, 2024 No Comments READ MORE +