- Codebase: this repo was created from this template
- Cohort: 2023-A1 (bootcamp website)
- In the end, I obtained the AWS Cloud Project Bootcamp Certificate (Red Squad) with Demonstration of Exceptional Skills as a Cloud Engineer (certificate at LinkedIn)!
The /journal
directory contains:
- Week 0 - Billing and Architecture
- Week 1 - App Containerization
- Week 2 - Distributed Tracing
- Week 3 - Decentralized Authentication
- Week 4 - Postgres and RDS
- Week 5 - DynamoDB and Serverless Caching
- Week 6 - Deploying Containers
- Week 7 - Solving CORS with a Load Balancer and Custom Domain
- Week 8 - Serverless Image Processing
- Week 9 - CI/CD with CodePipeline, CodeBuild and CodeDeploy
- Week 10 - CloudFormation
Note:
- Week for clean up is also described in Week 10 - CloudFormation.
- My demo can be seen on
https://beici-demo.xyz/(sorry domain expired, not available anymore), which just serves as a static website. This is because the task of Fargate services has been set to 0 in order to save my AWS budget.
Follow this playlist to watch detailed instructions by Andrew Brown, who organized this bootcamp with other guest instructors.
In the end of this bootcamp, the Cruddur application looks like follows:
A user can:
- Sign up and sign in to post and reply a crud;
- Send messages to others;
- Edit bio and upload avatar.