Using Elastic Beanstalk .ebextensions to specify an RDS database

杀马特。学长 韩版系。学妹 提交于 2019-12-10 16:33:04

问题


With Elastic Beanstalk, can you specify whether you want to create an RDS database using .ebextensions?


回答1:


No, .ebextensions are evaluated per deployment, not per environment creation. You can choose to create or not the RDS when you create the Environmnet automatically the CLI or the API. Also, you can use a Resources key with the AWSEBRDSDatabase name in you .ebextensions to get a reference to that database.

see: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-resources.html



来源:https://stackoverflow.com/questions/23978501/using-elastic-beanstalk-ebextensions-to-specify-an-rds-database

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