Go to AWS Management Console
Search key word Elastic Beanstalk
and select.
Click Application and click to application name was created.
Click Create environment to create Production environment.
Input the name of environment FCJ-My-First-App-env-PROD
at Environment name.
V1-GREEN-PROD
at Version labelIn Configure service access interface:
Scroll down and click Submit to create environment.
Check the result, the environment is creating.
This process will take you about 5 minutes to finish.
See the result after the environment is created successfully.
Click to Domain of environment to see the result.
Remember that the background of your application now is Green.
Navigate to EC2 Dashboard.
Click to Instance. You will see the instance name FCJ-My-First-App-env-PROD had been provisioned by Elastic Beanstalk.
Click to Auto Scaling Groups, you will see two ASGs are created.
Click to Load Balancers, you will see an ALB is created.
In Target Group interface, at Registered targets you can see the instance that belongs to FCJ-My-First-App-env-PROD environment.
An ASG and ALB was created in Production environment since you selected High availability at Presets when configuring the Elastic Beanstalk.