Medium1 markMultiple Choice
AWS SAP-C02 · Question 45 · Domain 3.1: Operational Excellence
An operations team manually patches 500 EC2 instances across 10 AWS accounts every month. This process is error-prone and time-consuming. How can the architect automate this process across all accounts?
An operations team manually patches 500 EC2 instances across 10 AWS accounts every month. This process is error-prone and time-consuming. How can the architect automate this process across all accounts?
Answer options:
A.
Write a cross-account Lambda function to run 'yum update' via SSH.
B.
Use AWS Systems Manager Patch Manager integrated with AWS Organizations. Define a patch baseline and maintenance window.
C.
Use AWS CodeDeploy to deploy OS patches.
D.
Use Amazon Inspector to automatically apply patches.
How to approach this question
Identify the native AWS service for OS patching at scale.
Full Answer
B.Use AWS Systems Manager Patch Manager integrated with AWS Organizations. Define a patch baseline and maintenance window.✓ Correct
Use AWS Systems Manager Patch Manager integrated with AWS Organizations. Define a patch baseline and maintenance window.
AWS Systems Manager Patch Manager automates the process of patching managed instances with security-related updates, supporting multi-account setups via Organizations.
Common mistakes
Confusing Inspector (detection) with Patch Manager (remediation).
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 6
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise requires highly available hybrid connectivity between its on-premises data ce...HardQ02An organization has 50 VPCs across two AWS Regions connected via Transit Gateways (TGW). The TGWs...HardQ03A company uses AWS Organizations. The network team wants to share a central Transit Gateway (TGW)...MediumQ04An enterprise has on-premises data centers in the US and Europe. They want to use the AWS global ...HardQ05A company requires that all API calls to Amazon S3 from their VPC must not traverse the public in...Medium
Expert