AWS SSM Patch Manager

0

If I want to use the SSM patch manager to patch a Linux instance, should I use AWS-AmazonLinuxDefaultPatchBaseline or AWS-RunPatchBaseline? When does it use predefined baselines provided by Patch Manager?

已提問 10 個月前檢視次數 708 次
2 個答案
2
已接受的答案

From the document, I'm trying to make it clearer:

AWS-RunPatchBaseline is to apply patches for both operating systems and applications. (On Windows Server, application support is limited to updates for applications released by Microsoft.). This document supports Linux, macOS, and Windows Server managed nodes. The document will perform the appropriate actions for each platform. This SSM document performs patching operations on managed nodes for both security related and other types of updates. When the document is run, it uses the patch baseline specified as the "default" for an operating system type if no patch group is specified.

AWS-AmazonLinuxDefaultPatchBaseline approves all operating system patches that are classified as "Security" and that have a severity level of "Critical" or "Important". Also auto-approves all patches with a classification of "Bugfix". Patches are auto-approved 7 days after they are released or updated. It is only for Amazon Linux Operating system.

Conclusion: AWS-RunPatchBaseline works on Linux/Windows/Macos and perform patching operations for both security related and other types as well. If operating system is Amazon Linux, "Security" and OS patches that have a severity level of "Critical" or "Important", AWS-AmazonLinuxDefaultPatchBaseline will apply.

References:

AWS-RunPatchBaseline

AWS-AmazonLinuxDefaultPatchBaseline

profile pictureAWS
專家
已回答 10 個月前
profile picture
專家
已審閱 10 個月前
profile picture
專家
已審閱 10 個月前
0

Hi. AWS-RunPatchBaseline uses default baseline for OS you are using.So if you are using Amazon Linux, AWS-AmazonLinuxDefaultPatchBaseline will apply.

Patches are auto-approved 7 days after they are released or updated.¹

https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-predefined-and-custom-patch-baselines.html

profile picture
專家
已回答 10 個月前
profile picture
專家
已審閱 10 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南