Create a Stack from axio.yaml

Create a Stack from an existing repository that contains a valid axio.yaml file in the root directory of the repository.

STACK CREATION

Create Stack from axio.yaml

Create a Stack by selecting a repository that contains an axio.yaml file. Axio reads the configuration and uses it to configure the Stack automatically.

Recommended
i
The axio.yaml file defines your infrastructure configuration and workflow.

Make sure the file exists in the root of the selected repository before creating the Stack.

Create Stack

From `axio.yaml`

The selected project determines where the Stack will be created.
Select the workspace that should own and manage this Stack.
Choose the environment in which the Stack will be managed.
Use a meaningful and unique name for the Stack.
axio.yaml found Configuration loaded successfully from the repository.
These credentials are used by the Stack workflow to access AWS resources.
ProjectAcme Corp
Workspaceplatform-team
EnvironmentDevelopment
Stack Namemy-app-stack
Repositorygithub.com/acme/my-infra
AWS Credentialsacme-aws-prod
Axio will automatically configure the Stack The configuration is loaded from the valid axio.yaml file.
That's it! Your Stack will be created and ready to run.
</>
Repository requirement

Your repository must contain a valid axio.yaml file in the root directory.

View axio.yaml reference ↗

Best Practices

  • Keep axio.yaml in the root of your repository.
  • Use meaningful Stack names and descriptions.
  • Store sensitive values securely using Axio credentials or secrets.
  • Review the configuration before creating the Stack.