Prerequisites
Prerequisites
Install the Fjall CLI and complete the previous steps:
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:▸. Set a specific target by its canonical name, <account>-<region> (for example production-us-use1):
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: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.