Why can't I stop RDS instance?

只愿长相守 提交于 2019-12-10 18:20:33

问题


I spun up two RDS instances in the same VPC. Both are postgresql.

While the m4.xlarge one has multi-AZ enabled and is encrypted. The t2.micro has either. That is the only difference between the two instances. It is strange that t2.micro instance can be stopped but m4.xlarge can't. The "stop" option is grayed out for m4.xlarge. Why can't I stop this one? Does it have to do with the multi-AZ thing?


回答1:


You can't stop a DB instance that is in a Multi-AZ deployment.

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

Modify the instance so that it is no longer Multi-AZ. After this modification is complete, you should be able to stop it. You can switch it back to being Multi-AZ after it is restarted.




回答2:


Now it's possible to stop RDS in Multi-AZ mode

https://aws.amazon.com/about-aws/whats-new/2018/10/amazon-rds-stop-and-start-of-multi-az-instances/

Also note it can only be stopped for up to 7 days

You can stop a database instance for up to 7 days at a time. After 7 days, it will be automatically started



来源:https://stackoverflow.com/questions/46439040/why-cant-i-stop-rds-instance

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!