Skip to main content
Please ensure the following packages are installed:And you’ve completed the previous steps:
Managed accounts are intended to be deployed to all accounts other than the root or platform account. They help maintain best practices and provide outputs that support reusable infrastructure patterns.

1. Set the Profile Account

To set your active profile, run:
fjall profile set <profile-name>
Or simply select from the list of available profiles:
fjall profile set

2. Deploy Your Account

Open your terminal (e.g. VSCode or iTerm2) and at the root of your project, run:
fjall organisation deploy --account

✅ Success Example

A successful deployment will produce output similar to:
--- Deployment Summary ---

🎉 Success! Your AWS account has been deployed.

🔗 You can now create your first application with 'fjall app create'!

   /\
  /  \ /\
 /  _ _\ _\
   Fjall

Next Steps

You’re now ready to Deploy Your First Application! ✅