Unable to add an RDS instance to Elastic Beanstalk

我与影子孤独终老i 提交于 2021-02-20 19:05:10

问题


Suddenly I can't add an RDS to my EB environment, not sure why. Here's the full error message:

Unable to retrieve RDS configuration options.

Configuration validation exception: Invalid option value: 'db.t1.micro' (Namespace: 'aws:rds:dbinstance', OptionName: 'DBInstanceClass'): DBInstanceClass db.t1.micro not supported for mysql db

I am not sure if this is due to the default AMI that I am using or something else.

Note that I didn't choose to launch t1.micro RDS instance. Seems like eb is trying to get that but this type has been eliminated from RDS instance class.

Just found this link in the community forum. https://forums.aws.amazon.com/ann.jspa?annID=4840, looks like elastic Beanstalk has not updated cloudformation templates yet.


回答1:


I think it's resolved now. But as a side note, AWS should not make things like this a community announcement.



来源:https://stackoverflow.com/questions/46219668/unable-to-add-an-rds-instance-to-elastic-beanstalk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!