AWS-DevOps-Engineer-Professional Exam Question 91

A company is using AWS CodeDeploy to automate software deployment. The deployment must meet these requirements:
- A number of instances must be available to serve traffic during the
deployment. Traffic must be balanced across those instances, and the
instances must automatically heal in the event of failure.
- A new fleet of instances must be launched for deploying a new
revision automatically, with no manual provisioning.
- Traffic must be rerouted to the new environment to half of the new
instances at a time. The deployment should succeed if traffic is
rerouted to at least half of the instances; otherwise, it should fail.
- Before routing traffic to the new fleet of instances, the temporary
files generated during the deployment process must be deleted.
- At the end of a successful deployment, the original instances in the
deployment group must be deleted immediately to reduce costs.
How can a DevOps Engineer meet these requirements?
  • AWS-DevOps-Engineer-Professional Exam Question 92

    A DevOps Engineer is building a multi-stage pipeline with AWS CodePipeline to build, verify, stage, test, and deploy an application. There is a manual approval stage required between the test and deploy stages. The Development team uses a team chat tool with webhook support.
    How can the Engineer configure status updates for pipeline activity and approval requests to post to the chat tool?
  • AWS-DevOps-Engineer-Professional Exam Question 93

    A company requires that its internally facing web application be nighty available The architecture is made up of one Amazon EC2 web server instance and one NAT instance that provides outbound internet access for updates and accessing public data Which combination of architecture adjustments should the company implement to achieve high availability? (Select TWO.)
  • AWS-DevOps-Engineer-Professional Exam Question 94

    You are responsible for your company's large multi-tiered Windows-based web application running on Amazon EC2 instances situated behind a load balancer.
    While reviewing metrics, you've started noticing an upwards trend for slow customer page load time.
    Your manager has asked you to come up with a solution to ensure that customer load time is not affected by too many requests per second.
    Which technique would you use to solve this issue?
  • AWS-DevOps-Engineer-Professional Exam Question 95

    As an architect you have decided to use CloudFormation instead of OpsWorks or Elastic Beanstalk for deploying the applications in your company. Unfortunately, you have discovered that there is a resource type that is not supported by CloudFormation. What can you do to get around this.