
Answer-first summary for fast verification
Answer: Execute a command through a management service to apply the patch on all instances.
Option D is the correct answer. AWS Systems Manager Run Command allows you to remotely and securely manage the configuration of your managed instances, including running scripts and commands. This is the most efficient and flexible way to apply custom patches to a large number of EC2 instances quickly. The other options are less suitable; for example, AWS Lambda is not designed to directly manage EC2 instances, and Patch Manager is more oriented towards managing patches released by AWS or major software vendors rather than third-party software.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A company requires a rapid patching solution for a critical security vulnerability in third-party software running on 1,000 EC2 Linux instances. What is the most efficient approach for a solutions architect to apply the patch?
A
Deploy an AWS Lambda function for patch application across all instances.
B
Utilize a patch management feature to automate the patching process.
C
Plan a maintenance window for systematic patch application.
D
Execute a command through a management service to apply the patch on all instances.
No comments yet.