AWS News - 2026-06-20
2026-06-20
最終更新: 2026-06-20 22:53:37 JST
AI による概要
2 記事
記事数は少ないものの、運用効率化とデータベース更新に関する発表が見られた一日でした。AWS Compute Blog では、AWS Transform custom を用いて AWS Lambda 関数のランタイムを大規模にアップグレードする手法が紹介されました。Lambda ランタイムには公開された廃止スケジュールがあり、廃止済みランタイムでの稼働はセキュリティ露出などのリスクを伴うため、定期的なアップグレードが必要になります。AWS Japan Blog では、Amazon RDS for Db2 が IBM Db2 12.1 をサポートしたことが発表されました。AI Query Optimizer、名前空間の分離、セキュリティ強化などの新機能に加え、IBM ソフトウェアライセンス料なしで利用できる Community Edition (db2-ce) が新たに追加されています。
主要トピック
サーバーレス運用: AWS Transform custom による Lambda ランタイムの大規模アップグレード
データベース: Amazon RDS for Db2 12.1 提供開始と Community Edition の追加
AWS Japan Blog
Amazon RDS for Db2 12.1 の提供開始と Community Edition の追加
- Link: https://aws.amazon.com/jp/blogs/news/announcing-amazon-rds-for-db2-12-1-with-additional-community-edition/
- Published: 2026-06-20 10:36:33
- Fetched: 2026-06-20 14:09:26
Amazon RDS for Db2 で IBM Db2 12.1 がサポートされました。AI Query Optimizer、名前空間の分離、セキュリティ強化などの新機能に加え、IBM ソフトウェアライセンス料なしで利用できる Community Edition (db2-ce) が新たに追加されました。
AWS Compute Blog
Upgrading Lambda function runtimes at scale with AWS Transform custom
- Link: https://aws.amazon.com/blogs/compute/upgrading-lambda-function-runtimes-at-scale-with-aws-transform-custom/
- Published: 2026-06-20 21:35:50
- Fetched: 2026-06-20 22:53:37
When you create an AWS Lambda function, you choose the runtime that Lambda will use to run your code. This includes the base language version and supporting libraries. Lambda runtimes follow a published deprecation schedule. This means that you must periodically upgrade your function’s runtime. Running on a deprecated runtime means potential security exposure, loss […]