无法通过管理控制台将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
EXPERT
asked 9 months ago28 views
1 Answer
0

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

可以尝试以下命令:

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

profile picture
EXPERT
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions