无法通过管理控制台将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
專家
已提問 9 個月前檢視次數 28 次
1 個回答
0

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

可以尝试以下命令:

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

profile picture
專家
已回答 9 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南