Overview
When it ships,fjall import will adopt an existing AWS resource into a Fjall application. It will read the resource configuration from the AWS API, generate the matching CDK code in infrastructure.ts, and run the CloudFormation import so the resource is managed by Fjall without being recreated.
Until import ships
To bring an existing resource under Fjall management today:- Declare the resource in
infrastructure.tswithfjall addand let the next deploy create the managed equivalent. - Track resources you cannot yet adopt in your own notes, and reconcile them once import is available.
fjall restore.
Planned interface
The interface below is the intended shape and may change before release.
Agent flags also apply:
--agent, --budget <level>, --fields <fields>, --full.
Next Steps
fjall add
Declare a resource in your application’s infrastructure today.
fjall restore
Restore data from a snapshot or recovery point.
fjall deploy
Deploy infrastructure changes to AWS.
fjall connect
Connect the AWS account that holds the resource.