3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

パッチマネージャー(Quick Setup)のアップグレード方法

3
Last updated at Posted at 2025-07-09

背景

AWS Lambda での Python 3.9 サポートは 2025年12月15日 に終了します。

検証環境を確認したところ、一部の Lambda 関数で Python 3.9 が使用されていました。確認すると、AWS Systems Manager の Quick Setup 機能を使って構成されたリソース内で、Python 3.9 ランタイムが使われていました。

pt01.png

対応方法

Quick Setup の構成をアップグレードすることで、内部で使用されている Lambda 関数の Python ランタイムを更新することができます。

定期的に、Quick Setup は設定の新しいバージョンをリリースします。設定を最新バージョンにアップグレードするために、[設定をアップグレード] オプションを選択できます。

手順

  • AWS マネジメントコンソールで「Systems Manager」を開く

  • 左メニューから「高速セットアップ(Quick Setup)」を選択

  • 「設定マネージャー」タブを開く

  • 対象の パッチポリシー名 をクリック

  • 右上の「アクション」から「アップグレード設定」を実行

pt03.png

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?