Adventure Idea: Infrastructure as Code with OpenTofu on AWS#29
Adventure Idea: Infrastructure as Code with OpenTofu on AWS#29junaid7535 wants to merge 1 commit into
Conversation
This adventure idea teaches Infrastructure as Code fundamentals: - Deploy complete AWS infrastructure (VPC, EC2, RDS, S3) - Learn OpenTofu workflow (init, plan, apply, destroy) - Practice with AWS Free Tier to avoid costs - Real-world DevOps scenario for beginners Follows contributing guidelines: - Action-oriented learning objectives - Verifiable outcomes - Clear prerequisites and tools - Cost-conscious with destroy instructions Closes off-on-dev#26
|
|
|
Hi Junaid, first of all thanks for the contribution! I was really excited when I saw your PR a couple of minutes ago 😊 I like the direction you're heading to but if I understand it correctly the idea sounds very similar to what we had in adventure 2. May I ask you to provide more information on how this is different from the learnings in the previous adventure? This could also be further levels where the learning path diverges from what we previously had. |
|
Closing this as it has been inactive for >3 months. Feel free to reopen if there's more information to add |
Adventure Idea: Infrastructure as Code with OpenTofu on AWS
Overview
This PR adds a new adventure idea for learning Infrastructure as Code fundamentals using OpenTofu on AWS. The adventure places learners in the role of a DevOps engineer who needs to standardize cloud infrastructure deployment.
What Makes This a Good Adventure?
✅ Action-oriented: Focuses on what learners do (deploy, verify, destroy) rather than just learning a tool
✅ Progressive: Single well-scoped beginner level that introduces core concepts
✅ Practical: Uses AWS Free Tier with clear instructions to avoid costs
✅ Verifiable: Clear objectives that can be checked (VPC creation, RDS in private subnets)
✅ Real-world: DevOps scenario that reflects actual job requirements
Learning Objectives
By completing this adventure, learners will:
Tools & Technologies
Checklist
Closes #26