AWS Elastic Beanstalk - Using Mongodb instead of RDS using Python and Django environment -
i've been following official amazon documentation on deplaying elastic bean stalk.
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_python.html
and customization environment
however, stuck. not want use built in rds database want use mongodb have django/python application scale restful frontend or rather api endpoint users.
currently running 1 ec2 instance test out django application.
some problems have elastic bean: 1. cannot figure out how run commands such
pip install git+https://github.com/django-nonrel/django@nonrel-1.5 - since cannot install device mongo driver use django cannot run mongodb commands.
i wondering if skipping on concepts or not understanding how deploying on beanstalk works. can see beanstalk launches ec2 instances , possibly need write custom scripts or don't know.
i've searched around don't know ask in regards this. top results of google amazon documents less helpful in customization outside of rds environment. know django traditionally uses rds environments again don't want use not flexible enough web application writing.
you can create customize ami specific needs steps outline in aws documentation below. create custom ami packages needed host application , update beanstalk config use customize ami.
Comments
Post a Comment