简体   繁体   English

AWS 是否提供对 RDS MySQL 的支持?

[英]Does AWS provide support for RDS MySQL?

The FAQs at https://aws.amazon.com/rds/mysql/faqs/ state that AWS RDS provides MySQL Community Edition. https://aws.amazon.com/rds/mysql/faqs/ 上的常见问题说明 AWS RDS 提供 MySQL 社区版。 If there is a defect found, does AWS provide the support for fixing the defect or do we have to wait until the defect is fixed by the community?如果发现缺陷,AWS 是否提供修复缺陷的支持,还是必须等到社区修复缺陷?

MySQL Community edition is a free version of MySQL with a limited function set. MySQL 社区版是 MySQL 的免费版本,功能集有限。 Small and medium projects won't use advanced functions like database replication.中小型项目不会使用数据库复制等高级功能。 MySQL community edition is not maintained by an open source community. MySQL 社区版不是由开源社区维护的。

AWS does provide an on demand MySQL service based on MySQL community edition. AWS 确实提供了基于 MySQL 社区版的按需 MySQL 服务。 It's software however is Not maintained by AWS.然而,它的软件不是由 AWS 维护的。 Thus if there is a defunct, you have to wait until it is fixed by the vendor of MySQL.因此,如果有一个失效的,你必须等到 MySQL 的供应商修复它。 You benefit from maintained servers and instances by aws.您可以从 aws 维护的服务器和实例中受益。 You pay only for what you are using.您只需为使用的内容付费。

You can always create a EC2 instance in aws and maintain your own MySQL instance on your own responsibility.您始终可以在 aws 中创建 EC2 实例并自行负责维护自己的 MySQL 实例。 In this case you have to care about updates an security configuration.在这种情况下,您必须关心更新安全配置。

I have experienced this first-hand in an AWS account with paid support.我在提供付费支持的 AWS 账户中亲身体验过这种情况。 They helped identify the root cause and confirm the issue we were experiencing was a documented known issue with MySQL.他们帮助确定了根本原因并确认我们遇到的问题是 MySQL 的一个已知问题。 No they would not develop a patch and submit a PR to the MySQL code-base, if that's what you mean by "support fixing the defect."不,他们不会开发补丁并向 MySQL 代码库提交 PR,如果这就是“支持修复缺陷”的意思。 Support in this case consists of documenting and helping you avoid or work around the issue.在这种情况下,支持包括记录和帮助您避免或解决问题。

For further reading: Known issues and limitations for MySQL on Amazon RDS进一步阅读: Amazon RDS 上 MySQL 的已知问题和限制

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM