Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Amazon web services 无法更改RDS实例类_Amazon Web Services_Amazon Rds - Fatal编程技术网

Amazon web services 无法更改RDS实例类

Amazon web services 无法更改RDS实例类,amazon-web-services,amazon-rds,Amazon Web Services,Amazon Rds,我试图升级数据库的实例类以增加容量,但每次尝试都会出错 An error occurred (InvalidParameterCombination) when calling the ModifyDBInstance operation: Invalid max storage size for engine name mysql and storage type gp2: 1001 我尝试过使用RDS控制台和CLI,但得到了相同的错误 我完全不知道这个错误意味着什么。对于存储,我们有以下配

我试图升级数据库的实例类以增加容量,但每次尝试都会出错

An error occurred (InvalidParameterCombination) when calling the ModifyDBInstance operation: Invalid max storage size for engine name mysql and storage type gp2: 1001
我尝试过使用RDS控制台和CLI,但得到了相同的错误

我完全不知道这个错误意味着什么。对于存储,我们有以下配置:


当我第一次设置数据库时,存储空间要小得多。我们将存储空间增加到1000GB以获得更高的IOPs,但当时一切都是有效的。现在怎么可能无效?

您到底在更改什么?只是实例类型?它当前是什么?您将它更改为什么?@jordanm是的,只是实例类型。正在尝试从db.m5.xlarge升级到db.m5.2xlarge。尝试此命令,不更改任何其他内容-aws rds modify db instance--db instance identifier我们的db--db instance class db.m5.2xlarge--立即应用我将首先尝试禁用存储自动缩放。从1000GB扩展到1001GB一开始就没什么用处。呵呵,这一点很有道理。从来没有真正想过,我甚至只是把它设置为1001左右,以阻止它这样做。禁用它,让我更改实例类型!如果你想加上这个作为回答,我会接受的。你到底在改变什么?只是实例类型?它当前是什么?您将它更改为什么?@jordanm是的,只是实例类型。正在尝试从db.m5.xlarge升级到db.m5.2xlarge。尝试此命令,不更改任何其他内容-aws rds modify db instance--db instance identifier我们的db--db instance class db.m5.2xlarge--立即应用我将首先尝试禁用存储自动缩放。从1000GB扩展到1001GB一开始就没什么用处。呵呵,这一点很有道理。从来没有真正想过,我甚至只是把它设置为1001左右,以阻止它这样做。禁用它,让我更改实例类型!如果你想加上这个作为回答,我会接受的