Production: Create Production Stack
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 ...