Inspirational journeys

Follow the stories of academics and their research expeditions

AWS Certified DevOps Engineer - Professional Certification - Part 43

Mary Smith

Sun, 19 Apr 2026

AWS Certified DevOps Engineer - Professional Certification - Part 43

1. You work for a very large company that has multiple applications which are very different and built on different programming languages. How can you deploy applications as quickly as possible?

A) Create a Lambda function deployment package consisting of code and any dependencies
B) Develop each app In a separate Docker container and deploy using Elastic Beanstalk
C) Develop each app in a separate Docker containers and deploy using Cloud Formation
D) Develop each app in one Docker container and deploy using Elastic Beanstalk



2. You are the IT administrator for your company. You have the responsibility of creating development environments which would confirm to the LAMP development stack. The requirement is that the development team always gets the latest version of the LAMP stack each time a new instance is launched. Which of the following is an efficient and effective way to implement this requirement? Choose 2 answers from the options given below(Select 2answers)

A) Create an EBS Volume with the LAMP stack and attach it to an instance whenever it Is required.
B) Use the User data section and use a custom script which will be used to download the necessary LAMP stack packages.
C) Create a cloud formation template and use the cloud-mit directives to download and the install the LAMP stack packages.
D) Create an AMI with all the artifacts of the LAMP stack and provide an instance to the development team based on the AMI. )



3. You need your Cl to build AMIs with code pre-installed on the images on every new code push. You need to do this as cheaply as possible. How do you do this?

A) Purchase a Light Utilization Reserved Instance to save money on the continuous integration machine. Use these credits whenever your create AMPS Ofl instances.
B) Bid on spot instances just above the asking price as soon as new commits come in. perform all instance configuration and setup, then create an AMP based on the spot instance.
C) When the Cl Instance receives commits, attach a new EBS volume to the CI machine. Perform all setup on this EBS volume so you don?t need a new EC2 instance to create the AMP.
D) Have the Cl launch a new on-demand EC2 instance when new commits come In, perform all instance configuration and setup, then create an AMI based on the ondemand instance.



4. When creating an Elastic Beanstalk environment using the Wizard , what are the 3 configuration options presented to you ?(Select 3answers)

A) Choosing the type of Environment - Web or Worker environment
B) Choosing whether you want a highly available environment or not
C) Choosing the type of Notification SNS or SQS
D) Choosing the platform type - Node.js. 115, etc



5. Which of the below services can be used to deploy application code content stored in Amazon S3 buckets, Git Hub repositories, or Bit bucket repositories ?

A) Code Deploy
B) Code Commit
C) Route53
D) 53 Lifecycles



1. Right Answer: B
Explanation:

2. Right Answer: B,C
Explanation:

3. Right Answer: B
Explanation:

4. Right Answer: A,C,D
Explanation:

5. Right Answer: A
Explanation:

0 Comments

Leave a comment