AWS Systems Manager Patch Manager automates the process of patching managed instances with security related updates.
Note
For Linux-based instances, you can also install patches for non-security updates.For Windows instances, you can also install patches for Microsoft applications.
You can patch fleets of Amazon EC2 instances or your on-premises servers and virtual machines (VMs) by operating system type. This includes supported versions of Windows, Amazon Linux, Amazon Linux 2, CentOS, Debain Server, Oracle Linux, Red Hat Enterprise Linux (RHEL), SUSE Linux Enterprise Server (SLES), and Ubuntu Server. You can scan instances to see only a report of missing patches, or you can scan and automatically install all missing patches. You can target instances individually or in large groups by using resource tags or Resource Groups.
Warning
- AWS does not test patches for Windows or Linux before making them available in Patch Manager.
- If any updates are installed by Patch Manager, the patched instance is rebooted by default. You can optionally choose to defer reboots to a later time. See Parameter name: RebootOption for more information.
- Always test patches thoroughly before deploying to production environments.
Patch Manager uses patch baselines, which include rules for auto-approving patches within days of their release, as well as a list of approved and rejected patches. Later in this lab we will schedule patching to occur on a regular basis using a Systems Manager Maintenance Window task. Patch Manager integrates with AWS Identity and Access Management (IAM), AWS CloudTrail, and Amazon CloudWatch Events to provide a secure patching experience that includes event notifications and the ability to audit usage.
Warning
The operating systems supported by Patch Manager may vary from those supported by the SSM Agent.
AmazonLinuxSecAndNonSecBaseline
.Amazon Linux patch baseline including security and non-security patches
.In the Approval rules for operating systems section:
Note: If an approved patch is reported as missing, the option you choose in Compliance reporting, such as
Critical
orMedium
, determines the severity of the compliance violation reported in System Manager Compliance.
In the Patch exceptions section in the Rejected patches - optional text box, enter system-release.*
This will reject patches to new Amazon Linux releases that may advance you beyond the Patch Manager supported operating systems prior to your testing new releases.
For Linux operating systems, you can optionally define an alternative patch source repository.
Optionally select Add tag to add tags to the custom patch baseline.
Choose Create patch baseline and you will go to the Patch Baselines page where the AWS provided default patch baselines, and your custom baseline, are displayed.
A patch group is an optional method to organize instances for patching. For example, you can create patch groups for different operating systems (Linux or Windows), different environments (Development, Test, and Production), or different server functions (web servers, file servers, databases). Patch groups can help you avoid deploying patches to the wrong set of instances. They can also help you avoid deploying patches before they have been adequately tested.
You create a patch group by using resource tags. Unlike other tagging scenarios across Systems Manager, a patch group must be defined with the tag key: Patch Group
(tag keys are case sensitive). You can specify any value (for example, web servers
) but the key must be Patch Group
.
Note
An instance can only be in one patch group.
After you create a patch group and tag instances, you can register the patch group with a patch baseline. By registering the patch group with a patch baseline, you ensure that the correct patches are installed during the patching execution. When the system applies a patch baseline to an instance, the service checks if a patch group is defined for the instance.
Patch Group
, the system checks to see which patch baseline is registered to that group.Critical
, choose Add, and then choose Close to be returned to the Patch Baseline details screen.AWS-RunPatchBaseline is a command document that enables you to control patch approvals using patch baselines. It reports patch compliance information that you can view using the Systems Manager Compliance tools. For example,you can view which instances are missing patches and what those patches are.
For Linux operating systems, compliance information is provided for patches from both the default source repository configured on an instance and from any alternative source repositories you specify in a custom patch baseline. AWS-RunPatchBaseline supports both Windows and Linux operating systems.
An AWS Systems Manager document defines the actions that Systems Manager performs on your managed instances. Systems Manager includes many pre-configured documents that you can use by specifying parameters at runtime, including AWS-RunPatchBaseline
. These documents use JavaScript Object Notation (JSON) or YAML format, and they include steps and parameters that you specify.
All AWS provided documents can be viewed in AWS Systems Manager Documents. You can create your own documents or launch existing scripts using provided documents to implement custom operations as code activities.
To examine AWS-RunPatchBaseline in Documents:
AWS-Run
into the text field and press Enter on your keyboard to start the search.AWS-RunPatchBaseline
.AWS Systems Manager Run Command lets you remotely and securely manage the configuration of your managed instances. Run Command enables you to automate common administrative tasks and perform ad hoc configuration changes at scale. You can use Run Command from the AWS Management Console, the AWS Command Line Interface, AWS Tools for Windows PowerShell, or the AWS SDKs.
Platform types
, and then choose Linux
to display all the available commands that can be applied to Linux instances.In the Targets section:
Environment
, and for Tag value (optional), enter OELabIPM
, and click Add.The remaining Run Command features enable you to:
Specify Output options to record the entire output to a preconfigured S3 bucket (and optional S3 key prefix) or to a previously created CloudWatch log group.
Note
Only the last 2500 characters of a command document’s output are displayed in the console.
Specify SNS notifications to a specified SNS Topic on all events or on a specific event type for either the entire command or on a per-instance basis. This requires Amazon SNS to be preconfigured.
View the command as it would appear if executed within the AWS Command Line Interface.
Choose Run to execute the command and return to its details page.
Scroll down to Targets and outputs to view the status of the individual targets that were selected through your tag key and value pair. Refresh your page to update the status.
Choose an Instance ID from the targets list to view the Output from command execution on that instance.
Choose Step 1 - Output to view the first 2500 characters of the command output from Step 1 of the command, and choose Step 1 - Output again to conceal it.
Choose Step 2 - Output to view the first 2500 characters of the command output from Step 2 of the command. The execution step for PatchWindows was skipped as it did not apply to your Amazon Linux instance.
Choose Step 2 - Output again to conceal it.
Platform types
, and then choose Linux
to display all the available commands that can be applied to Linux instances.In the Targets section:
Environment
, and for Tag value (optional), enter OELabIPM
, and click Add.Note You could have choosen Manually selecting instances and used the check box at the top of the list to select all instances displayed, or selected them individually.
Note There may be multiple pages of instances. If manually selecting instances, individual selections must be made on each page.
In the Rate control section:
1
.
Tip
Limiting concurrency will stagger the installation of patches and the reboot cycle, however, to ensure that your instances are not rebooting at the same time, create separate tags to define target groups and schedule the installation of patches at separate times.
1
.Choose Run to execute the command and to go to its details page.
Refresh the page to view updated status and proceed when the execution is successful.
Warning
Remember, if any updates are installed by Patch Manager, the patched instance is rebooted by default. For more information on the reboot behavior of AWS-RunPatchBaseline, see Parameter name: RebootOption.
In the Maintenance Window section of this workshop you can set up Systems Manager Maintenance Windows and schedule the automated application of patches.