Adventure Idea: Infrastructure as Code with OpenTofu on AWS#29
Open
junaid7535 wants to merge 1 commit into
Open
Adventure Idea: Infrastructure as Code with OpenTofu on AWS#29junaid7535 wants to merge 1 commit into
junaid7535 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
|
|
Contributor
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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