Is using Dev/Test RDS is bad idea for your project over Production RDS?

ε祈祈猫儿з 提交于 2021-02-11 07:09:11

问题


I am a student. I am using AWS free tier account. I don't have money to pay for the resources. I have developed an application for the society. I don't want my website should face any downtime in production just because of the free service provided by Amazon.SO, can I go for the Dev/Test RDS for my production application?


回答1:


The basic different between a Dev/Test configuration for Amazon RDS and a Production configuration is that the Production configuration has Multi-AZ activated. This means that there is a secondary database provisioned in case of failure of the primary database or the Availability Zone in which the database is running.

Such failures are rare and given that you are cost-conscious and you are not providing a commercial-grade application, using the Dev/Test configuration would be acceptable.

Please note that the intention of the AWS Free Tier is "to gain free, hands-on experience with the AWS platform, products, and services". It is not intended as a way to host applications for free.



来源:https://stackoverflow.com/questions/51901600/is-using-dev-test-rds-is-bad-idea-for-your-project-over-production-rds

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