无法通过管理控制台将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달 전27회 조회
1개 답변
0

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

可以尝试以下命令:

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

profile picture
전문가
답변함 8달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠