EC2
AMIs
EBS and EFS
Lab: App on EC2
Practice
Assignment
Cloud Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- Goal: run a provided Node.js app on EC2 with attached storage
- Steps: launch instance → SSH in → install dependencies → clone repo → run app → attach EBS for data
- Access the app via the instance's public IP
- Verify storage persistence: stop/start instance, confirm data survives
- Clean up: terminate instance, delete unused volumes
- Reflection: what was manual and tedious — motivation for automation later
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.