2017-05-03 148 views
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" 

,一切工作正常。任何不能通過命令行工具工作的原因?

+0

只是好奇,我的答案是否解決問題? – Berlin

回答

0

您使用的是RDS預置IOPS嗎?如果是的話,應該是iops: 100

AWS - 置備IOPS卷的大小範圍可以從100 GB到6 TB爲 MySQL和MariaDB的,PostgreSQL的

Ansible - IOPS - 指定IOPS數量的實例。僅在 command = create或command = modify時使用。必須是大於 1000的整數。