0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

RDS(SQL Server)の停止処理ができない

Posted at

What's This

RDS(SQL Server)の停止処理を行うボタンを押下できず、停止処理可能になるまでのメモです。

スクリーンショット 2022-08-18 15.45.08.png

原因

マルチAZ構成にしているのが原因でした。
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StopInstance.html

スクリーンショット 2022-08-18 15.53.12.png

解決策

シングルAZに変更すると、停止可能になりました。

スクリーンショット 2022-08-18 15.57.10.png

Refference

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StopInstance.html

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?