P-04課題解決

AWS Lambda関数の実行時間やメモリにはどのような上限がありますか?

AWS Lambdaの導入形態について、AWS Lambda公式の製品ドキュメント(https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html)で確認できます。Distinct from the free-tier pricing finding above and from existing references, which describe Lambda's serverless/event-driven nature and billing model comparison to EC2, but do not mention specific execution-time or memory quota numbers.具体的には「Code can run for up to 15 minutes in a single invocation and a single function can use up to 10,240 MB of memory. Quota table: Function memory allocation 128 MB to 10,240 MB; Function timeout 900 seconds (15 minutes).」といった記載が確認できます。限界として、提供形態の詳細(対応地域・対応バージョン等)はこのSourceからは確認できません。 This page lists both hard and soft quotas; the specific 15-minute timeout and 10,240MB memory ceiling used here are explicitly stated as unchangeable hard limits, distinct from other adjustable soft limits (e.g., concurrency) on the same page.Current Statusとして、2026年08月27日に当該Sourceを取得し、上記の内容を確認しました。Source種別としては、これは提供元自身による自社情報の公表であり、第三者による独立した評価や市場での位置づけとは性質が異なります。

実績・根拠

情報ソース