Getting Started
This page walks you through how to get started with glacius. Make sure you sign up for an account before!
1. Set Up Your Workspace
After signing in to your account, navigate to "workspaces" and click "create a workspace". It will prompt you to do the following:
-
Select an AWS Region
-
Enter your desired workspace name
-
Create a cross account execution role - This is the role Glacius will use when processing features
- Create a stack in your AWS account and input the role you created from the step above as the principalARN.
- After you finish creating your stack, enter the role ARN from the output (this allows Glacius to assume the role you just created)
Congrats! You've set up your first Glacius workspace.
2. Generate Your API Key
After you've finished setting up your workspace, generate an API key. This is what your client will use to authenticate with our back-end infrastructure.
3. Install Glacius (Pip)
pip install glacius
And that's it! You're all set to explore the capabilities of Glacius.