はじめに
RDSをaws cliで削除したいことがある。認証さえ登録されていれば1行でできる。
コマンド
普通にdatabaseが消えるので要注意。
aws rds delete-db-instance --db-instance-identifier [インスタンス名] --skip-final-snapshot
RDSをaws cliで削除したいことがある。認証さえ登録されていれば1行でできる。
普通にdatabaseが消えるので要注意。
aws rds delete-db-instance --db-instance-identifier [インスタンス名] --skip-final-snapshot