Workshop Overview
5.1 Deploy Fitness Platfrom in AWS Cloud enviroment.
This workshop guides you through deploying and validating Deploy Fitness Platfrom in AWS Cloud enviroment.
Goal
Build a production-style stack with:
- VPC and networking foundation
- PostgreSQL database on RDS
- Containerized backend on ECS Fargate
- Frontend on S3 + CloudFront
- Authentication with Cognito
- Bedrock API integration through Secrets Manager
Architecture summary
- Frontend traffic goes to CloudFront and S3.
- API traffic goes from CloudFront to ALB and ECS service.
- ECS backend connects to RDS and S3.
- Cognito is used for authentication.
- Optional Bedrock key is injected from Secrets Manager.
Workshop structure
- 5.2 Prerequisite - IAM roles and policy baseline
- 5.3 Phase-based step-by-step
- 5.4 App Result
- 5.5 CloudFormation Deploy with CDK and Script
- 5.6 Clean Up Resource
Source of truth