aws postgres rds使用ansible

时间:2017-05-03 14:59:51

标签: postgresql ansible amazon-rds

我正在尝试使用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"

如果我通过仪表板手动创建数据库,一切正常。有什么理由说它不能通过命令行工具工作吗?

1 个答案:

答案 0 :(得分:0)

您使用的是RDS预配置IOPS吗?如果是,应该是iops: 100

  

AWS - 预配置IOPS卷的大小范围为100 GB到6 TB   MySQL,MariaDB,PostgreSQL

     

Ansible - iops - 指定实例的IOPS数。仅在使用时使用   command = create或command = modify。必须是大于的整数   1000。