无法通过管理控制台将RDS从gp2升级到gp3

0

【以下的问题经过翻译处理】 请参考以下的图片。我想在管理控制台中进行配置,并将存储类型设置为gp3。它会自动为我选择最小/默认值3000 IOPS和125Mbps。我也尝试过更改磁盘大小但也没效果。

You can't specify IOPS or storage throughput for engine postgres and a storage size less than 400.

profile picture
专家
已提问 8 个月前22 查看次数
1 回答
0

【以下的回答经过翻译处理】 如果控制台未能给出期望的结果,您始终可以使用CLI。

可以尝试以下命令:

aws rds modify-db-instance \
    --db-instance-identifier your-instance-name \
    --storage-type gp3 \
    --apply-immediately

profile picture
专家
已回答 8 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则