Inspirational journeys

Follow the stories of academics and their research expeditions

AWS Certified DevOps Engineer - Professional Certification - Part 61

Mary Smith

Sun, 19 Apr 2026

AWS Certified DevOps Engineer - Professional Certification - Part 61

1. Which of the following services along with Cloud formation helps in building a Continuous Delivery release practice

A) AWS Lambda
B) AWS Config
C) AWS Cloud trail
D) AWS Code Pipeline



2. You have a large multi-tier architecture that serves public facing web traffic through a load balancer and is backed by a web tier that Is contained within an Amazon EC2 Auto Scaling group. During a peak in traffic, you discover that your web tier is adding new Instances disproportionately compared to the amount of Incoming traffic and the Auto Scaling policy that was set up. What should you do in order to stop the Auto Scaling group from scaling incorrectly in response to incoming traffic?

A) Using Cloud Watch and the instance Boot Time metric, increase the Pause Time and Cool Down property on I the Auto Scaling group to be over the value of the metric.
B) Using a custom Cloud Watch metric insert the elapsed time since the instance launch to the time the instance responds to an Elastic Load Balancing health check, and periodically adjust the Pause Time of the Update Policy and reduce the Scaling Adjustment property by 50%
C) Using a third-party configuration management tool and the AWS(Amazon Web Service) SDK suspend all Scheduled Actions of the Auto Scaling group until after the traffic peak and then resume all scheduled Actions.
D) Using a custom Cloud Watch metric insert the elapsed time since the instance launch to the time the instance responds to an Elastic Load Balancing health check, and periodically adjust the Pause Time and the Cool Down property on the Auto Scaling group to be over the value of the metric.



3. Which of the following is not a supported platform for the Elastic beanstalk service Please select:

A) .Net
B) PHP
C) Angular JS
D) Java



4. You have configured the following AWS(Amazon Web Service) services in your organization - Auto Scaling group, Elastic Load Balancer, and EC2 instances. You have been requested to terminate an instance from the Auto scaling Group when the Cpu utilization Is less than 30%. How can you achieve this. Please select:

A) Create a Cloud Watch alarm to send a notification to the admin team. The admin team can then manually terminate an instance from the Auto scaling Group.
B) Create a Cloud Watch alarm to send a notification to the ELB. The ELB can then remove one instance from the Auto scaling Group.
C) Create a Cloud Watch alarm to send a notification to SQS. SQS can then remove one instance from the Auto scaling Group.
D) Create a Cloud Watch alarm to send a notification to the Auto Scaling group when the aggregated CPU utilization is less than 30% and configure the Auto Scaling policy to remove one instance.



5. Your EMR cluster uses twelve m4.large instances and runs 24 hours per day, but it is only used for processing and reporting during business hours. Which options can you use reduce the costs? Choose 2 answers from the options given below Please select:(Select 2answers)

A) Migrate the data from HDFS to 53 using S3DispCp and turn off the cluster when not in use
B) Use Auto scaling to scale In and scale out the cluster whenever required.
C) Use Spot instances for tasks nodes when needed
D) Use Reserved Instances for the task nodes



1. Right Answer: D
Explanation:

2. Right Answer: D
Explanation:

3. Right Answer: C
Explanation:

4. Right Answer: D
Explanation:

5. Right Answer: A,C
Explanation:

0 Comments

Leave a comment