Concepts

Environments

diagram

Overview

Environments allow you to organize resources and services into their own private networks (VPCs). This means you can exactly replicate your stack across multiple environments. For instance, you may be deploying 2 microservices, a database, a message queue, and a bucket. You group these in environments to allow you to deploy exactly the same stack in any environment you wish. Each environment is segemented into it's own network and comes with security best practices backed in.

Creating Environments

1
launchflow environments create

If this command fails for any reason you can re-run it with the same arguments to retrying creating the environment.

Listing Environments

1
launchflow environments list --project <project-name>
Previous
Projects