AWS-DevOps-Engineer-Professional Exam Question 11
A media customer has several thousand amazon EC2 instances in an AWS account. The customer is using a Slack channel for team communications and important updates. A DevOps Engineer was told to send all AWS-scheduled maintenance notifications to the company Slack channel. Which method should the Engineer use to implement this process in the LEAST amount of steps?
AWS-DevOps-Engineer-Professional Exam Question 12
A company using AWS CodeCommit for source control wants to automate its continuous integration and continuous deployment pipeline on AWS in its development environment. The company has three requirements:
* There must be a legal and a security review of any code change to make sure sensitive information is not
* leaked through the source code.
* Every change must go through unit testing.
* Every change must go through a suite of functional testing to ensure functionality.
In addition, the company has the following requirements for automation:
* Code changes should automatically trigger the CI/CD pipellline.
* Any failure in the pipeline should notify [email protected].
* There must be an approval to stage the assets to Amazon S3 after tests have been performed.
What should a DevOps Engineer do to meet all of these requirements while following CI/CD best practices?
* There must be a legal and a security review of any code change to make sure sensitive information is not
* leaked through the source code.
* Every change must go through unit testing.
* Every change must go through a suite of functional testing to ensure functionality.
In addition, the company has the following requirements for automation:
* Code changes should automatically trigger the CI/CD pipellline.
* Any failure in the pipeline should notify [email protected].
* There must be an approval to stage the assets to Amazon S3 after tests have been performed.
What should a DevOps Engineer do to meet all of these requirements while following CI/CD best practices?
AWS-DevOps-Engineer-Professional Exam Question 13
A company is setting a centralized logging solution on AWS and has several requirements. The company wants its Amazon CloudWatch Logs and VPC Flow logs to come from different sub accounts and to be delivered to a single auditing account. However, the number of sub accounts keeps changing. The company also needs to index the logs in the auditing account to gather actionable insight. How should a DevOps Engineer implement the solution to meet all of the company's requirements?
AWS-DevOps-Engineer-Professional Exam Question 14
You have a current Clouformation template defines in AWS. You need to change the current alarm threshold defined in the Cloudwatch alarm. How can you achieve this?
AWS-DevOps-Engineer-Professional Exam Question 15
You are building a Docker image with the following Dockerfile. How many layers will the resulting image have?
FROM scratch
CMD /app/hello.sh
FROM scratch
CMD /app/hello.sh
