gpt4 book ai didi

amazon-web-services - RDS不支持创建以下组合的数据库实例

转载 作者:行者123 更新时间:2023-12-03 17:06:32 26 4
gpt4 key购买 nike

我正在尝试弄清楚如何创建一个简单的数据库实例。到目前为止,我只有一个 DBSubnetGroupDBInstance。此时,根据我尝试使用模板(在 Designer 中创建)创建堆栈时遇到的错误,我已经弄清楚了一些事情。

我现在遇到了一个错误,根据实例类文档,它似乎应该受到支持,但我猜不是。根据下面的代码片段,我应该使用什么来代替?

myDB:
Type: 'AWS::RDS::DBInstance'
Properties:
DBInstanceClass: db.m1.small
DBName: myDB
DBSubnetGroupName: !Ref myDBSubnetGroup
Engine: mysql
EngineVersion: 5.6.41
AllocatedStorage: '100'
MasterUsername: admin
MasterUserPassword: AmazingPassword

实际错误是

RDS does not support creating a DB instance with the following combination: DBInstanceClass=db.m1.small, Engine=mysql, EngineVersion=5.6.41, LicenseModel=general-public-license. For supported combinations of instance class and database engine version, see teh documentation. (Service: AmazonRDS; Status Code: 400; Error Code: InvalidParameterCombination; Request ID: 04a8be38-9368-40e4-b677-1cdc442b3cae

我再次查看了文档,它说 db.m1.small 支持 MySQL v5.6。也许这已经过时了?我想我可以尝试 5.7。

有什么想法吗?

最佳答案

摘自 aws 文档:

You can only create MySQL version 5.7 and 8.0 DB instances with latest-generation and current-generation DB instance classes, in addition to the db.m3 previous-generation DB instance class.

了解更多:https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.MySQL.html

关于amazon-web-services - RDS不支持创建以下组合的数据库实例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55598030/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com