Core Deployment
Deploy the core infrastructure of your AI SaaS Boilerplate to AWS
Core Deployment
This section provides a streamlined guide to deploying the core infrastructure of your AI SaaS platform to AWS using CDK. Following these steps will set up the basic cloud resources needed for your application to function.
Pre-deployment Checklist
Before deploying, ensure you have completed:
- AWS Account Setup with IAM user
- AWS CDK Bootstrap
- Deployment Configuration
Core Deployment Overview
The core deployment process focuses on setting up the essential AWS infrastructure without relying on third-party services:
- Core Deployment: Running CDK commands to deploy the basic AWS resources
- Core Verification: Testing that the basic infrastructure works correctly
For detailed step-by-step instructions for each phase, use the guides below:
Deployment Guides
Core Deployment Process
Step-by-step guide to deploy the core infrastructure
Verifying Core Deployment
How to verify your core infrastructure is working
Troubleshooting
Solutions for common deployment issues
After successfully deploying and verifying the core infrastructure, you'll proceed to setting up third-party integrations (Stripe and Google OAuth) in the next section.
Next Steps
Proceed to the Core Deployment Process guide to start deploying your AI SaaS platform's infrastructure.