Open2024/10/27にコメント追加1cloudformationのデプロイAWSd2024/10/27 ユーザに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 返信を追加
d2024/10/27 ユーザに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 返信を追加