내용으로 건너뛰기

AWS Systems Manager Patch Manager for Ubuntu 24.04

0

I am using AWS Systems Manager Patch Manager to manage patching for Ubuntu 24.04 (noble) EC2 instances.

Is it possible to configure a custom patch baseline so that Patch Manager includes updates from other repositories such as noble-updates?

My goal is for Patch Manager to apply updates in the same way as running the following command on the instance:

sudo apt upgrade

If it is possible, how i can achieve this?

질문됨 3달 전77회 조회
1개 답변
0

Yes, it is possible to configure Patch Manager to include updates from repositories beyond the default security repository for Ubuntu 24.04. By default, Patch Manager only identifies and installs upgrades from the noble-security repository for Ubuntu 24.04 LTS.

However, you can specify an alternative patch source repository on Linux systems to achieve your goal of applying updates similar to running sudo apt upgrade. This would allow you to include updates from repositories like noble-updates in addition to the default security repository.

To accomplish this, you would need to configure your patch baseline to reference these additional repositories as alternative patch sources. This gives you the flexibility to expand beyond the default security-focused patching approach and include other types of updates that would normally be applied through a standard apt upgrade command.

Keep in mind that while Patch Manager's default behavior focuses on security-related updates from the security repository, configuring alternative patch sources allows you to customize the patching scope to meet your specific requirements for Ubuntu 24.04 instances.
Sources
How security patches are selected - AWS Systems Manager

답변함 3달 전
AWS
전문가
검토됨 3달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠