LoginSignup
0
0

More than 5 years have passed since last update.

[JAWS-UG CLI] CloudFormation:#5 ハンズオン用IAMユーザの削除

Posted at

簡易版です。

コマンド
aws cloudformation list-stacks
コマンド
CF_STACK_NAME='削除するスタックの名前' (例: administrator-prj06-mbp13)
コマンド
aws cloudformation delete-stack --stack-name ${CF_STACK_NAME}
結果
(戻り値なし)
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0