
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company has a production workload that runs on 1,000 Amazon EC2 Linux instances. The workload is powered by third-party software. The company needs to patch the third-party software on all EC2 instances as quickly as possible to remediate a critical security vulnerability.
What should a solutions architect do to meet these requirements?
A
Create an AWS Lambda function to apply the patch to all EC2 instances.
B
Configure AWS Systems Manager Patch Manager to apply the patch to all EC2 instances.
C
Schedule an AWS Systems Manager maintenance window to apply the patch to all EC2 instances.
D
Use AWS Systems Manager Run Command to run a custom command that applies the patch to all EC2 instances.
Explanation:
Correct Answer: D - Use AWS Systems Manager Run Command to run a custom command that applies the patch to all EC2 instances.
Third-party software patching: AWS Systems Manager Patch Manager is designed for patching operating systems and AWS-provided software, but for third-party software, you typically need custom patching procedures. Run Command allows you to execute custom scripts or commands across multiple instances.
Speed requirement: The question emphasizes "as quickly as possible." Run Command can execute commands across all 1,000 instances simultaneously, making it the fastest option.
Scale: Managing 1,000 EC2 instances requires an automated, scalable solution. Run Command is designed for this exact purpose.
A. Create an AWS Lambda function to apply the patch to all EC2 instances.
B. Configure AWS Systems Manager Patch Manager to apply the patch to all EC2 instances.
C. Schedule an AWS Systems Manager maintenance window to apply the patch to all EC2 instances.
For patching third-party software quickly across many instances, use Systems Manager Run Command with a custom script that applies the specific patch required for the third-party software vulnerability.