Open1

cloudformationのデプロイ

daikidaiki
  • ユーザにAWSCloudFormationFullAccessを付与
  • デプロイする
    • aws cloudformation deploy --stack-name test-stack --template-file test_template.yaml --capabilities CAPABILITY_NAMED_IAM
  • デプロイしたリソースの削除
    • aws cloudformation delete-stack --stack-name test-stack