Week 9 Worklog

Week 9 Objectives:

  • Work on end-to-end web application patterns with visibility and tracing.
  • Compare serverless and platform-based deployment approaches.

Tasks to be carried out this week:

DayTaskStart DateCompletion DateReference MaterialStatus
1AWS: Doc Mgmt CRUD & Amplify06/12/202606/12/2026Built CRUD workflows with Amplify supportCompleted
2AWS: API Gateway & SAM06/13/202606/13/2026Integrated frontend and API layersCompleted
3AWS: CloudFront & Search06/14/202606/14/2026Optimized content delivery and search featuresCompleted
4AWS: X-Ray Tracing06/15/202606/15/2026Traced distributed requests across servicesCompleted
5AWS: Web App Workshop06/16/202606/16/2026Practiced serverless API and chat app patternsCompleted
6AWS: Elastic Beanstalk06/17/202606/17/2026Deployed Node.js applications with CI/CDCompleted
7AWS: WordPress06/18/202606/18/2026Reviewed WordPress deployment on EC2Completed

Daily Details

Day 1 - AWS: Doc Mgmt CRUD & Amplify

  • Built a serverless CRUD flow for document management and used Amplify support.

Day 1 screenshot

Day 2 - AWS: API Gateway & SAM

  • Connected the frontend to API Gateway and deployed the backend with SAM.

Day 2 screenshot

  • Set up CDN delivery and added a search feature to the web application.

Day 3 screenshot

Day 4 - AWS: X-Ray Tracing

  • Traced distributed requests with X-Ray and CloudWatch to improve debugging.

Day 4 screenshot

Day 5 - AWS: Web App Workshop

  • Practiced building a serverless API and chat application.

Day 5 screenshot

Day 6 - AWS: Elastic Beanstalk

  • Deployed a Node.js app and connected it to a CI/CD flow with Beanstalk.

Day 6 screenshot

Day 7 - AWS: WordPress

  • Reviewed the WordPress architecture on EC2 and the basic operational flow.

Day 7 screenshot

Week 9 Achievements:

  • Improved capability to build integrated web workloads on AWS.
  • Learned to observe and troubleshoot distributed systems with tracing.
  • Gained practical criteria for selecting deployment models.