title: “Week 2 Worklog” weight: 1 chapter: false pre: " 1.2. "
| Day | Task | Start Date | Completion Date | Reference Material |
|---|---|---|---|---|
| 2 | - Create an S3 bucket to host a static website - Upload demo HTML/CSS files to the bucket | 15/09/2025 | 15/09/2025 | AWS Journey |
| 3 | - Enable Static Website Hosting on the S3 bucket - Configure bucket policy to allow public read for site assets - Access the site via the S3 website endpoint | 16/09/2025 | 16/09/2025 | AWS Journey |
| 4 | - Launch an RDS MySQL instance (Free Tier for lab) - Configure VPC Security Group to allow connections from application subnets/EC2 - Record endpoint and credentials | 17/09/2025 | 17/09/2025 | AWS Journey |
| 5 | - Launch an EC2 instance and install MySQL client/tools - From EC2, connect to the RDS endpoint using CLI/mysql client and create a test database/table | 18/09/2025 | 18/09/2025 | AWS Journey |
| 6 | - Learn Route53 basics and create a Hosted Zone - Create A / CNAME records to point a domain to the S3 static site - Verify domain access to the website | 19/09/2025 | 19/09/2025 | AWS Journey |