Which strategy can a DevOps Engineer implement to meet their needs?

A company is deploying a new mobile game on AWS for its customers around the world. The Development team uses AWS Code services and must meet the following requirements: - Clients need to send/receive real-time playing data from the backend frequently and with minimal latency - Game data must meet...

November 28, 2022 No Comments READ MORE +

Which option will require the LEAST effort to implement and ensure the legitimacy of the file while allowing the Security team to prove the authenticity of the logs?

A DevOps Engineer has been asked by the Security team to ensure that AWS CloudTrail files are not tampered with after being created. Currently, there is a process with multiple trails, using AWS IAM to restrict access to specific trails. The Security team wants to ensure they can trace the...

November 28, 2022 No Comments READ MORE +

Which solution will meet the requirements?

A company is implementing a well-architected design for its globally accessible API stack. The design needs to ensure both high reliability and fast response times for users located in North America and Europe. The API stack contains the following three tiers: • Amazon API Gateway • AWS Lambda • Amazon...

November 28, 2022 No Comments READ MORE +

Which solution offloads the processing load on the application server and provides a mechanism to search the data in near-real time?

A legacy web application stores access logs in a proprietary text format. One of the security requirements is to search application access events and correlate them with access data from many different systems. These searches should be near-real time. Which solution offloads the processing load on the application server and...

November 26, 2022 No Comments READ MORE +

Which actions should be taken to accomplish this?

A DevOps team manages an API running on-premises that serves as a backend for an Amazon API Gateway endpoint. Customers have been complaining about high response latencies, which the development team has verified using the API Gateway latency metrics in Amazon CloudWatch. To identify the cause, the team needs to...

November 26, 2022 No Comments READ MORE +

Which debug steps should the Engineer take to determine the root cause of the issue?

A DevOps Engineer discovered a sudden spike in a website's page load times and found that a recent deployment occurred. A brief diff of the related commit shows that the URL for an external API call was altered and the connecting port changed from 80 to 443. The external API...

November 26, 2022 No Comments READ MORE +

Which solution will satisfy these requirements?

A DevOps Engineer manages a web application that runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The instances run in an EC2 Auto Scaling group across multiple Availability Zones. The Engineer needs to implement a deployment strategy that: Launches a second fleet of instances with the same...

November 26, 2022 No Comments READ MORE +

Which of the following should successfully install the application while complying with the new rule?

To run an application, a DevOps Engineer launches an Amazon EC2 instances with public IP addresses in a public subnet. A user data script obtains the application artifacts and installs them on the instances upon launch. A change to the security classification of the application now requires the instances to...

November 26, 2022 No Comments READ MORE +

What changes should the DevOps Engineer make to ensure that the CloudFormation template is reusable across multiple pipelines?

A company is using an AWS CloudFormation template to deploy web applications. The template requires that manual changes be made for each of the three major environments: production, staging, and development. The current sprint includes the new implementation and configuration of AWS CodePipeline for automated deployments. What changes should the...

November 26, 2022 No Comments READ MORE +

How should the deploy stage be configured to meet these requirements?

A DevOps Engineer is building a continuous deployment pipeline for a serverless application using AWS CodePipeline and AWS CodeBuild. The source, build, and test stages have been created with the deploy stage remaining. The company wants to reduce the risk of an unsuccessful deployment by deploying to a specified subset...

November 26, 2022 No Comments READ MORE +