Deploy Symfony Application to AWS Elastic Beanstalk
Explore the process of deploying a Symfony application to AWS Elastic Beanstalk. Learn to initialize an EB application, configure the environment, commit code, and verify deployment through the AWS Management Console.
We'll cover the following...
We'll cover the following...
Now that we have installed the EB command, we can test deploying the Symfony application we built previously to AWS Elastic Beanstalk.
Create EB application
First, we must create an EB application. We need an EB application before creating an EB environment. The EB environment is where we will deploy our PHP/Symfony code.
In the terminal below, go through the following steps. The previous code we created in this course has been pulled into the educative-symfony folder.
- Run the EB initialize command.
- For the “Select a default region” prompt, refer below:
Select `1` for `us-east-1 : US East (N. Virginia)` region.
...