
Explanation:
EC2 Image Builder is a fully managed AWS service that makes it easier to automate the creation, management, and deployment of customized, secure, and up-to-date server images. It allows you to create a recipe that defines the base image and the software to be installed (dependencies and application). It also includes built-in security scanning (via AWS Inspector) and can be scheduled to run weekly to incorporate updates, making it the most operationally efficient solution.
Ultimate access to all questions.
Question #40: A CloudOps engineer is preparing to deploy an application to Amazon EC2 instances that are in an Auto Scaling group. The application requires dependencies to be installed. Application updates are issued weekly. The CloudOps engineer needs to implement a solution to incorporate the application updates on a regular basis. The solution also must conduct a vulnerability scan during Amazon Machine Image (AMI) creation. What is the MOST operationally efficient solution that meets these requirements?
A
Create a script that uses Packer. Schedule a cron job to run the script.
B
Install the application and its dependencies on an EC2 instance. Create an AMI of the EC2 instance.
C
Use EC2 Image Builder with a custom recipe to install the application and its dependencies.
D
Invoke the EC2 CreateImage API operation by using an Amazon EventBridge scheduled rule.
E
None
F
None
No comments yet.