Week 5 Worklog

Objectives:

  • Set up the foundational infrastructure for the final project.
  • Implement the backend components and database schemas.

Tasks:

DayTaskStart DateCompletion DateReference Material
21- Provision VPC, Subnets, and Security Groups for the project.07/13/202607/13/2026Approved Architecture Diagram
22- Set up the database (RDS/DynamoDB) and configure initial tables/schemas.07/14/202607/14/2026Project Requirements
23- Develop core backend scripts/Lambda functions.07/15/202607/15/2026AWS SDK Documentation
24- Integrate backend with the database and test CRUD operations.07/16/202607/16/2026Project Requirements
25- Set up IAM roles and strict permission policies for backend services.07/17/202607/17/2026AWS IAM Docs

Achievements:

  • Completed the foundational infrastructure setup with proper network isolation.
  • Successfully established communication between compute resources and databases.
  • Applied the principle of least privilege using IAM roles.