ThoughtWorksStudios / eb_deployer

AWS Elastic Beanstalk blue-green deployment automation from ThoughtWorks Mingle Team
MIT License
400 stars 94 forks source link

RDS config #84

Open kotowick opened 8 years ago

kotowick commented 8 years ago

Hello,

Here is a snipped from the RDS extension config from my EB template:

Extensions: RDS.EBConsoleSnippet: Order: null SourceLocation: https://s3-us-west-2.amazonaws.com/elasticbeanstalk-env-resources-us-west-2/eb_snippets/rds/rds.json

Is it possible to include this in the eb-deploy.yml?

(by the way, I am using the elastic-beanstalk gem which used eb_deployer).

kotowick commented 8 years ago

@wpc any ideas?

When creating an environment, I want the environment to create an RDS database and have that as the "data tier".