Configuration
Initial configuration of the AI SaaS Boilerplate for core deployment
Initial Configuration
Before deploying your AI SaaS platform, you need to configure your environment and bootstrap AWS for CDK. This section focuses on the essential configuration needed for the core deployment.
Configuration Steps Overview
AWS CDK Bootstrap
Prepare your AWS environment for CDK deployment
Deployment Configuration
Clone the repository and set up environment variables for deployment
Configuration Workflow
The initial configuration process follows this specific order:
- AWS CDK Bootstrap: Prepare your AWS environment for deployment
- Deployment Configuration: Clone the repository and set up environment variables
This initial configuration focuses only on what's needed for the core deployment. Additional services like Stripe and Google OAuth will be configured after you have deployed the core infrastructure.
Time Requirements
Completing the initial configuration process typically takes:
- AWS CDK Bootstrap: 5-10 minutes
- Deployment Configuration: 15-20 minutes
Plan for approximately 25-30 minutes to complete all initial configuration steps.
Next Steps
Start with AWS CDK Bootstrap to prepare your AWS environment for deployment.