Elastic Beanstalk : Some fail
Par Arnaud Charlier, jeudi 11 juillet 2019 à 01:13 :: Linux et Debian :: #68 :: rss
List of tips and tricks hardly discovered setting up a Elastic Beanstalk
If you plan to use your own VPC (with private Subnet), the configuration is tricky.
you have to configure it on the .ebextensions files.
Never use the --sample as the project contains is own ebextensions entering into conflict with yours (trying desesperatly to deploy on the default vpc)
If your projet is based on git repo and you process a compile step (composer, nodes, yarn or whatever), with eb deploy command, only the files existin into the repo are deployed and uploaded into the instance.
The tricks?Setup a .ebignore (empty if you want everything, but better to put node package out)
https://junkheap.net/blog/2013/05/20/elastic-beanstalk-post-deployment-scripts/ External ressource @TO DO to be reshaped
Commentaires
Aucun commentaire pour le moment.
Ajouter un commentaire
Les commentaires pour ce billet sont fermés.