AWS-DevOps-Engineer-Professional Exam Question 171

A company has several AWS accounts. The accounts are shared and used across multiple teams globally, primarily for Amazon EC2 instances. Each EC2 instance has tags for team, environment, and cost center to ensure accurate cost allocations.
How should a DevOps Engineer help the teams audit their costs and automate infrastructure cost optimization across multiple shared environments and accounts?
  • AWS-DevOps-Engineer-Professional Exam Question 172

    You are a Devops Engineer for your company. Your company is using Opswork stack to rollout a collection of web instances. When the instances are launched, a configuration file need to be setup prior to the launching of the web application hosted on these instances. Which of the following steps would you carry out to ensure this requirement gets fulfilled. Choose 2 answers from the options given below
  • AWS-DevOps-Engineer-Professional Exam Question 173

    A DevOps Engineer has a single Amazon Dynamo DB table that received shipping orders and tracks inventory. The Engineer has three AWS Lambda functions reading from a DymamoDB stream on that table. The Lambda functions perform various functions such as doing an item count, moving items to Amazon Kinesis Data Firehose, monitoring inventory levels, and creating vendor orders when parts are low.
    While reviewing logs, the Engineer notices the Lambda functions occasionally fail under increased load, receiving a stream throttling error.
    Which is the MOST cost-effective solution that requires the LEAST amount of operational management?
  • AWS-DevOps-Engineer-Professional Exam Question 174

    You are working as an AWS Devops admins for your company. You are in-charge of building the
    infrastructure for the company's development teams using Cloudformation. The template will include building
    the VPC and networking components, installing a LAMP stack and securing the created resources. As per the
    AWS best practices what is the best way to design this template
  • AWS-DevOps-Engineer-Professional Exam Question 175

    A DevOps Engineer is working on a project that is hosted on Amazon Linux and has failed a security review. The DevOps Manager has been asked to review the company buildspec.yaml file for an AWS CodeBuild project and provide recommendations. The buildspec.yaml file is configured as follows: What changes should be recommended to comply with AWS security best practices? (Select THREE.)