【发布时间】:2017-10-01 11:57:18
【问题描述】:
我正在尝试使用 ansible 在 AWS RDS 上部署 postgres 数据库。但是,我在指定为 20 GB(免费层的最大值)的数据库大小方面遇到了问题
"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"
如果我通过仪表板手动创建数据库,一切正常。为什么它不能通过命令行工具工作?
【问题讨论】:
-
只是好奇,我的回答能解决问题吗?
标签: postgresql ansible amazon-rds