briandilley / ebs-deploy

Python based command line tools for managing Amazon Elastic Beanstalk applications.
MIT License
82 stars 29 forks source link

How to set up database #26

Open gregpardo opened 9 years ago

gregpardo commented 9 years ago

Is there a way to set up a database using this. Does this not support it?

'aws:rds:dbinstance':
    DBEngine: 'postgres'
    DBInstanceClass: 'db.t2.micro'

Maybe I need something else