Create Stacks
Stacks in StackGuardian enable the automation and sequencing of related workflows, with each workflow seamlessly passing its outputs as inputs to the next. The aws-full-stack example template streamlines the provisioning of an AWS Elastic Kubernetes Service (EKS) environment by orchestrating workflows to create a Virtual Private Cloud (VPC), deploy an EKS cluster, configure managed node groups, and set up an Nginx service using Helm.
Steps to Create Stack
Step 1: Navigate to the Workflow Groups
- Go to Orchestrator > Workflow Groups in the sidebar.
- Click the "Stacks" tab, then "Create Stack" > "Use Dev Portal (Preview)" to begin.

Step 2: Search and Select the Template
- In the Dev Portal preview, choose Template and search for
aws-full-stackin the Search bar. - Click "Use" to select the
aws-full-stacktemplate.

Step 3: Configure Stack Meta Details
- Fill in the following fields:
- Workflow Group Name: Select a workflow group from the dropdown.
- Stack Name*: Provide a unique name for your stack.
- Description: Add a brief description (e.g., AWS EKS full-stack deployment).
- Add Tags: Enter tags to categorize the stack.
- (Optional) Enable Advanced Configuration to specify:
- Runtime Environment: Set execution details and allocate resources.
- Resources and Events: Configure deployment triggers.
- Click "Next: Variables".
