AWS Certified SysOps Administrator – Associate (SOA-C03) — Question 63

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?

Answer options

Correct answer: C

Explanation

The correct answer is C because EC2 Image Builder automates the creation of AMIs, including installation of dependencies and vulnerability scanning, making it the most efficient option. Option A requires manual scripting and scheduling, which adds complexity. Option B involves manual AMI creation, lacking automation for updates. Option D, while useful for scheduling, does not inherently provide the installation of dependencies or vulnerability scanning.