Deploy your Symfony application on AWS Elastic Beanstalk using CloudFormation best php training trivandrum
Deploy your Symfony application on AWS Elastic Beanstalk using CloudFormation The problem I was looking for a way to quickly create a Minimum Viable Stack on AWS with the following properties: Be setup in less than 10min Be able to run a Symfony application Using PostgreSQL on RDS Deployment is easy and fast Non AWS experts can create the MVS But I couldn’t find any out-of-the-box tools so I looked for a solution. Here I describe my journey which ended up with a ready-to-go CloudFormation configuration. Elastic Beanstalk I started working with Elastic Beanstalk , the PAAS of AWS, which seemed to be exactly what I needed . Thanks to this article on Elastic Beanstalk configuration files and this one on how to deploy a Symfony application, I was able to run my application after some debugging cycles . My problem after that was that I couldn’t reuse my configuration to recreate the whole environment (El...