Sto leggendo report contrastanti sull'utilizzo di PostgreSQL su Amazon's Elastic Beanstalk per Python (Django).PostgreSQL for Django on Elastic Beanstalk
Alcune fonti dicono che non è possibile: (http://www.forbes.com/sites/netapp/2012/08/20/amazon-cloud-elastic-beanstalk-paas-python/). Ho passato una fittissima installazione di app, e sembra che MySQL sia l'unica opzione (tra le altre che non è Postgres).
Tuttavia, ho trovato frammenti in giro che menzionano che è possibile, anche se sono molto leggeri sui dettagli.
ho bisogno di sapere quanto segue:
- E 'possibile eseguire un database PostgreSQL con un app Django sulla Elastic Beanstalk?
- Se è possibile, ne vale la pena?
- Se è possibile, come lo configurate?
Ora è possibile: http://aws.amazon.com/rds/postgresql/ – Mikhail