Day 4: Deploying a Highly Available Web App on AWS Using Terraform

Today’s challenge was all about deploying a highly available, configurable web application on AWS using Terraform. Here's a summary of what I accomplished:

πŸ“˜ Reading

I read Chapter 2 of "Terraform: Up & Running" by Yevgeniy Brikman, covering core concepts such as modules, state, and infrastructure design patterns.

πŸ› οΈ Hands-on Labs

πŸš€ Deployments

πŸ“š Learnings

I explored Terraform documentation to deepen my understanding of providers, resource blocks, and the Terraform workflow (init β†’ plan β†’ apply).

βœ… Conclusion

This was a valuable step in my Infrastructure as Code journey. I now better understand how to manage scalable infrastructure declaratively and repeatably with Terraform.

Follow along for more updates as I continue the #30DayTfChallenge!