0
我試圖在AWS RDS上使用ansible部署一個postgres數據庫。但是,我碰到與數據庫的大小問題,我指定爲20 GB(最大爲自由層),如果我通過儀表盤手動創建數據庫aws postgres rds using ansible
"msg": "Failed to create instance: Storage size for Engine Name: postgres and Storage Type: io1 must be between 100 and 6144. Currently specified storage size is 20"
,一切工作正常。任何不能通過命令行工具工作的原因?
只是好奇,我的答案是否解決問題? – Berlin