Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
問題標籤為 AWS CloudFormation
AWS CloudFormation lets you model, provision, and manage AWS and third-party resources by treating infrastructure as code.
內容語言: 中文 (繁體)
Select up to 5 tags to filter
排序依據 最近
瀏覽下列問題與回答,或篩選並排序以縮小搜尋結果的範圍。
1 個結果
1. 我們在 cloudformation template yaml 中,已經設定了超過 500 個 resource(N 個 lambda 和 1 個 API Gateway )
2. 因為超過 500 個 resource ,因此無法使用 sam deploy 到 AWS
3. 我們會把 resource 拆開,至少拆成兩個 template ,而且 deploy 到各別的 cloudfor...