无法通过管理控制台将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
demandé il y a 8 mois27 vues
1 réponse
0

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

可以尝试以下命令:

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

profile picture
EXPERT
répondu il y a 8 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions