Skip to main content
Install the Fjall CLI and complete the previous steps:
Deploy a managed account to every AWS account other than the root or platform account. Managed accounts apply baseline best practices and produce outputs that feed reusable infrastructure patterns.

Select the deployment target

In organisation mode, the active deployment target decides which AWS account the deploy lands in. Targets are derived automatically from your organisation config (account and region pairs), so there is no manual profile step. List the available targets:
The active target is marked with a . Set a specific target by its canonical name, <account>-<region> (for example production-us-use1):
Confirm the active target:
When your organisation has exactly one target, Fjall resolves it automatically and you can skip this step. To override the active target for a single deploy, pass --target <name> to the deploy command.

Deploy the account

From the root of your project, run:
To deploy a specific target without changing the active one, override it inline:

What happens

Fjall provisions the account baseline: a VPC, security groups, and the shared infrastructure that applications build on. On success you see a summary like this:

Options

Next Steps

Create Application

Scaffold your first application’s infrastructure.

Deploy Application

Deploy an application to your managed AWS account.