Week 7 Worklog

Week 7 Objectives

  • Focus on comprehensive review and knowledge consolidation in preparation for the mid-term exam.
  • Practice hands-on labs and multiple-choice questions on AWS Builders and AWSboy platforms to familiarize with exam format.
  • Systematize fundamental AWS services learned: EC2, S3, VPC, IAM, RDS, Lambda, DynamoDB.

Tasks Completed This Week

DayTaskStart DateCompletion DateResources
Monday- Systematize knowledge of Compute services (EC2, Lambda).
- Hands-on: Complete exercises/labs on creating, configuring, and managing the lifecycle of EC2 Instances.
- Review Lambda function creation, triggers, and execution models.
22/10/202422/10/2024AWS Builders, AWSboy
Tuesday- Review knowledge of Storage services (S3, EBS, EFS).
- Hands-on: Complete exercises on S3 storage classes (Standard, IA, Glacier), EBS volume types, and EFS use cases.
- Practice S3 bucket policies and access control.
23/10/202423/10/2024AWS Builders, AWSboy
Wednesday- Consolidate knowledge of Networking (VPC, Subnets, Route Tables, Internet Gateway, Security Groups, NACLs).
- Hands-on: Practice questions on VPC configuration, Security Group rules vs NACL rules, and routing principles.
- Review VPC Peering and Transit Gateway concepts.
24/10/202424/10/2024AWS Builders, AWSboy
Thursday- Review Database services (RDS, DynamoDB) and Security/Identity (IAM).
- Hands-on: Focus on fundamental IAM Policies, IAM Roles, and IAM Users concepts.
- Practice DynamoDB table design and RDS instance configuration.
25/10/202425/10/2024AWS Builders, AWSboy
Friday- Summary and Mock Exams: Take comprehensive practice tests on AWS Builders and AWSboy platforms.
- Review weak areas identified during practice tests for further study.
- Create summary notes for quick reference before exam.
26/10/202426/10/2024AWS Builders, AWSboy

Week 7 Achievements

  • Successfully completed comprehensive review of core AWS service groups: Compute, Storage, Networking, Database, Security (IAM).
  • Successfully practiced numerous labs and multiple-choice questions on AWS Builders and AWSboy platforms.
  • Mastered fundamental parameters of EC2 (Instance Types, AMI, EBS volumes) and S3 operations (Storage Classes, Object/Bucket management).
  • Clearly understood relationships and configuration of components within a VPC (Public/Private Subnets, Routing, Security Groups vs NACLs).
  • Gained confidence in knowledge acquired, ready for the upcoming mid-term exam.
  • Created comprehensive study notes covering all major AWS service categories.
  • Identified and addressed knowledge gaps through targeted practice sessions.

Key Takeaways:

  • Security Groups are stateful (return traffic automatically allowed), NACLs are stateless (bidirectional rules required)
  • EC2 instance types are optimized for different workloads (compute, memory, storage, GPU)
  • S3 storage classes balance cost vs. access frequency requirements
  • IAM policies follow explicit deny principle - most restrictive policy wins
  • VPC routing follows most specific route match principle