Inspirational journeys

Follow the stories of academics and their research expeditions

AWS Certified DevOps Engineer - Professional Certification - Part 14

Mary Smith

Thu, 15 May 2025

AWS Certified DevOps Engineer - Professional Certification - Part 14

1. You are in charge of designing a Cloud formation template which deploys a LAMP stack. After deploying a stack , you see that the status of the stack is showing as CREATE_COMPLETE, but the apache server is still not up and running and is experiencing issues while starting up. You want to ensure that the stack creation only shows the status of CREATE_COMPLETE after all resources defined in the stack are up and running. How can you achieve this? Choose 2 answers from the options given below.(Select 2answers)

A) Use lifecycle hooks to mark the completion of the creation and configuration of the underlying resource.
B) Use the CFN helper scripts to signal once the resource configuration is complete.
C) Define a stack policy which defines that all underlying resources should be up and running before showin status of CREATE_COMPLETE
D) Use the Creation Policy to ensure it is associated with the EC2 instance resource.



2. You are a Dev ops Engineer and are designing an Ops work stack in AWS. The company has some custom recipes that are part of their on-premise Chef configuration. These same recipes need to be run whenever an instance Is launched in Ops works. Which of the following steps need to be carried out to to ensure this requirement gets fulfilled. Choose 2 answers from the options given below(Select 2answers)

A) Ensure the recipe is placed as part of the Setup Lifecycle event as part of the Stack setting.
B) Ensure the recipe is placed as part of the Setup Lifecycle event as part of the Layer setting.
C) Ensure the custom cookbooks option is set in Ops work layer.
D) Ensure the custom cookbooks option is set in Ops work stack.



3. You have a set of applications hosted in AWS. There is a requirement to store the logs from this application onto durable storage. After a period of 3 months, the logs can be placed In archival storage. Which of the following steps would you carry out to achieve this requirement. Choose 2 answers from the options given below(Select 2answers)

A) Use Lifecycle policies to move the data onto Amazon Glacier after a period of 3 months
B) Use Lifecycle policies to move the data onto Amazon Simple Storage service after a period of 3 months
C) Store the log files as they emitted from the application on to Amazon Simple Storage service j..?
D) Store the log files as they emitted from the application on to Amazon Glacier



4. Which of the following tools from AWS(Amazon Web Service) allows the automatic collection of software inventory from EC2 instances and helps apply OS patches. Please select:

A) AWS Code Deploy
B) EC2 AMl's
C) EC2 Systems Manager
D) AWS code pipeline



5. As part of your deployment process, you are configuring your continuous integration (Cl) system to build AM Is. You want to build them in an automated manner that is also costefficient. Which method should you use?

A) Attach an Amazon EBS volume to your Cl instance, build the root file system of your image on the volume, and use the Create image API call to create an AMI out of this volume.
B) Have the CI system launch a new instance, bootstrap the code and apps onto the instance and create an AMI out of it.
C) Upload all contents of the image to Amazon 53 launch the base instance, download all of the contents from Amazon 53 and create the AMI.
D) Have the CI system launch a new spot instance bootstrap the code and apps onto the instance and create anAMloutofit.



1. Right Answer: B,D
Explanation:

2. Right Answer: B,D
Explanation:

3. Right Answer: A,C
Explanation:

4. Right Answer: C
Explanation:

5. Right Answer: D
Explanation:

0 Comments

Leave a comment