Which set of steps would be necessary to achieve this?

A developer wants to insert a record into an Amazon DynamoDB table as soon as a new file is added to an Amazon S3 bucket. Which set of steps would be necessary to achieve this?A . Create an event with Amazon EventBridge that will monitor the S3 bucket and then...

April 26, 2023 No Comments READ MORE +

What is the MOST likely cause of this issue?

A developer has created an AWS Lambda function that is written in Python. The Lambda function reads data from objects in Amazon S3 and writes data to an Amazon DynamoDB table. The function is successfully invoked from an S3 event notification when an object is created. However, the function fails...

April 26, 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...

April 26, 2023 No Comments READ MORE +

Which solution will meet these requirements MOST securely?

A company wants to share information with a third party. The third party has an HTTP API endpoint that the company can use to share the information. The company has the required API key to access the HTTP API. The company needs a way to manage the API key by...

April 25, 2023 No Comments READ MORE +

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

April 23, 2023 No Comments READ MORE +

For a deployment using AWS Code Deploy, what is the run order of the hooks for in-place deployments?

For a deployment using AWS Code Deploy, what is the run order of the hooks for in-place deployments?A . BeforeInstall -> ApplicationStop -> ApplicationStart -> AfterInstall B. ApplicationStop -> BeforeInstall -> AfterInstall -> ApplicationStart C. BeforeInstall -> ApplicationStop -> ValidateService -> ApplicationStart D. ApplicationStop -> BeforeInstall -> ValidateService -> ApplicationStartView...

April 22, 2023 No Comments READ MORE +

Which AWS service should the company use to manage and automate the orchestration of the data flows to meet these requirements?

A company is building a scalable data management solution by using AWS services to improve the speed and agility of development. The solution will ingest large volumes of data from various sources and will process this data through multiple business rules and transformations. The solution requires business rules to run...

April 22, 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...

April 22, 2023 No Comments READ MORE +

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

A company is implementing an application on Amazon EC2 instances. The application needs to process incoming transactions. When the application detects a transaction that is not valid, the application must send a chat message to the company's support team. To send the message, the application needs to retrieve the access...

April 21, 2023 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...

April 21, 2023 No Comments READ MORE +