Production: Create Production Stack
Explore how to create and configure a production stack on AWS by setting up deployment groups and pipeline stages. Understand key steps in managing production environments, deploying updates safely, and automating releases to scale applications effectively.
We'll cover the following...
We'll cover the following...
Objective
- Create separate environments for production.
Steps
- Create a separate prod stack for production.
Adding the prod stage
Extracting the staging stack out of the main template was most of the work, so adding prod is going to be quite straightforward.
First, let’s add a deployment group so that our production hosts can be ...