awscli cloudformation help
aws cloudformation validate-template –template-url template.json
aws cloudformation create-stack –stack-name mystack –template-body template.json
aws cloudformation create-stack –stack-name mystack –template-body template.json
作成した任意のスタックのリストと情報 (名前、スタック識別子、テンプレート、ステータスなど) を確認できます。
90日以内に削除したスタックも含めて表示されます。
aws cloudformation list-stacks
aws cloudformation list-stacks –stack-status-filter CREATE_COMPLETE
aws cloudformation describe-stacks
aws cloudformation delete-stack –stack-name mystack
一般向けサイト
ITエンジニア向けサイト
英語サイト
Portfolio
Copyright (c) 2024 クラウドのインフラ技術 All Rights Reserved.