| Day | Task | On-site? | Date |
|---|---|---|---|
| 1 | - Introduction to Amazon EC2 - Understand how virtualization works: Hardware Node, Hypervisor, and EC2 Instance layers - Explore Instance Types and their effects on CPU, Memory, and Network performance | 09/22/2025 | |
| 2 | - Learn about AMI (Amazon Machine Image): how to select and launch EC2 instances - Understand root volume mapping and custom AMI creation - Study EC2 pricing models (On-demand, Reserved, Spot, Savings Plan) | ✅ | 09/23/2025 |
| 3 | - Study Instance Store: NVMe-based high-performance ephemeral storage - Compare with EBS Volumes and discuss persistence, durability, and replication - Practice launching instances with Instance Store and EBS | 09/24/2025 | |
| 4 | - Learn EBS (Elastic Block Store) architecture and how it connects to EC2 via EBS Network - Explore EBS Volume types (SSD, HDD) and durability (99.999%) - Perform EBS snapshot and restore operations | 09/25/2025 | |
| 5 | - Understand User Data and Metadata - Write simple user-data scripts for automatic package installation and setup - Retrieve EC2 metadata (IP, hostname, security groups) using http://169.254.169.254/latest/meta-data/ | 09/26/2025 | |
| 6 | - Explore advanced storage services: EFS (Elastic File System) and FSx - Learn use cases for shared file access and high-performance workloads - Introduction to AWS Application Migration Service for VM migration to AWS | 09/27/2025 |
Understood the EC2 architecture:
Learned about Instance Store vs EBS:
Explored EBS architecture and operations:
Configured EC2 instances and Key Pairs:
Used User Data and Metadata for automation:
Gained familiarity with higher-level storage services:
Developed a clear understanding of how compute and storage layers interact inside an AWS Availability Zone, and how these form the foundation for higher-level services.