Week 1 — Igniting the Cloud AI Journey: Onboarding to the AWS ecosystem, completing 5 credit-earning tasks, and building a solid cost monitoring foundation.
| Day | Tasks | Date | Reference |
|---|---|---|---|
| 2 | - Create AWS account & receive $100 starter credit from AWS - Complete 5 Tasks to earn an additional $100 credit: + Task 1: Launch EC2 Instance (+$20) + Task 2: Amazon Bedrock Playground (+$20) + Task 3: Set up AWS Budgets (+$20) + Task 4: Create Lambda Web App (+$20) + Task 5: Create RDS Database (+$20) - Topics studied: + Creating Your First AWS Account + Managing Costs with AWS Budgets + Getting Help with AWS Support + Access Management with AWS IAM + Networking Essentials with Amazon VPC | 20/04/2026 | cloudjourney.awsstudygroup.com |
| 4 | - Set up comprehensive Basic Monitoring system + Configure AWS Budgets (3 alert thresholds) + Create CloudWatch Alarms (Email / SMS / Slack) + Enable Cost Explorer & daily reports - Study Advanced Analytics + Custom CloudWatch Metrics + Resource Tagging Strategy - Build Emergency Cost Control Protocol - Study AWS foundational theory - Topics studied: + Compute Essentials with Amazon EC2 + Instance Profiling with IAM Roles for EC2 + Cloud Development with AWS Cloud9 + Static Website Hosting with Amazon S3 + Database Essentials with Amazon RDS | 22/04/2026 | cloudjourney.awsstudygroup.com |
The very first step of this journey was registering for an AWS account. Upon successful creation and identity verification, the account automatically received $100 in starter credits from AWS.
Objective: Create and manage a Virtual Machine on AWS Cloud.
EC2 (Elastic Compute Cloud) is AWS’s flagship compute service, enabling the launch of virtual servers with flexible hardware configurations and operating systems.
Steps:
Test Instance → Choose an appropriate AMI.first-kp | Type RSA | Format .pemKey Takeaway: Always clean up resources immediately after practice to optimize costs.
Objective: Experience AI/ML with Foundation Models on AWS.
Amazon Bedrock is a fully managed service providing access to leading foundation models (Claude, Llama, Titan, etc.) through a unified API — no infrastructure management required.
Steps:
Key Takeaway: Some AWS AI services require use case approval before activation — a Responsible AI measure to prevent misuse.
Objective: Establish a cost monitoring and alerting system.
AWS Budgets allows setting cost thresholds with automatic notifications — an essential tool for financial governance on the cloud.
Steps:
Objective: Build a serverless web application on AWS.
AWS Lambda is a serverless compute service — run code without managing servers, paying only for actual execution time.
Steps:
http-function-url-tutorial.Key Takeaway: Serverless architecture completely eliminates the need for server provisioning — ideal for workloads with unpredictable traffic patterns.
Objective: Set up a managed relational database on AWS.
Amazon RDS (Relational Database Service) manages the entire database lifecycle — backups, patching, scaling — freeing developers to focus on application logic.
Steps:
database-1-instance-1 first, then delete cluster database-1.Note: Always delete the instance before the cluster to avoid dependency errors.
1. AWS Budgets (3-tier alert system)
| Budget | Threshold | Alert Trigger |
|---|---|---|
| Budget 1 | $50/month | Alert at 80% ($40) |
| Budget 2 | $25/month | Alert at 50% ($12.5) |
| Budget 3 | $10/day | Alert at 100% ($10) |
2. Billing Alerts via CloudWatch Alarms
| Threshold | Notification Channel |
|---|---|
| $25 | Email warning |
| $50 | Email + SMS |
| $75 | Email + SMS + Slack |
3. Cost Explorer
Custom CloudWatch Metrics: Create custom metrics to monitor business-specific indicators beyond AWS default metrics.
Resource Tagging Strategy: Apply consistent tags across all AWS resources to accurately allocate costs by team, project, and environment (dev/staging/prod).
Immediate Resource Audit: Inventory all running resources when abnormal costs are detected.
Emergency Shutdown Protocol: A procedure to rapidly shut down non-essential resources to prevent runaway costs — especially critical in a learning environment.
Cloud Computing Overview:
AWS Global Infrastructure:
AWS Security:
Cost Management:
Core Services:
| Day | Topic |
|---|---|
| 20/4 | Creating Your First AWS Account |
| 20/4 | Managing Costs with AWS Budgets |
| 20/4 | Getting Help with AWS Support |
| 20/4 | Access Management with AWS Identity and Access Management (IAM) |
| 20/4 | Networking Essentials with Amazon Virtual Private Cloud (VPC) |
| 22/4 | Compute Essentials with Amazon Elastic Compute Cloud (EC2) |
| 22/4 | Instance Profiling with IAM Roles for EC2 |
| 22/4 | Cloud Development with AWS Cloud9 |
| 22/4 | Static Website Hosting with Amazon S3 |
| 22/4 | Database Essentials with Amazon Relational Database Service (RDS) |
Primary Reference: First Cloud Journey — AWS Study Group