
To begin creating the necessary components to run the sample
application on AWS resources, AWS Elastic Beanstalk does
the following:
- Creates a placeholder AWS Elastic Beanstalk application named
"My First Elastic Beanstalk Application."
- Creates a new application version labeled "Sample Application"
that refers to a default sample application file.
- Launches an environment named "Default-Environment" that
provisions the AWS resources to host the application.
- Deploys the "Sample Application" application into the newly
created "Default-Environment."
This
process may take several minutes to complete.