#ec2
Read more stories on Hashnode
Articles with this tag
What Are Self-Hosted Runners? A self-hosted runner is a server that you manage and configure to execute GitHub Actions workflows. Unlike GitHub-hosted...
Task 1 : Setting Up Jenkins with an Agent Node Create a new AWS EC2 Instance and connect it to the master (where Jenkins is installed) 💻 Created...
Hey everyone! 👋 Today, I’m sharing my latest hands-on project using Terraform to build infrastructure on AWS. If you're new to Infrastructure as Code...
Hi there! 🌟 As I dive deeper into learning Terraform, I came across an interesting challenge: migrating existing cloud resources into Terraform for...
As part of my learning journey in DevOps and cloud engineering, I explored how to deploy a Flask application on an AWS EC2 instance using Terraform....
What Are Terraform Modules? Terraform modules are reusable building blocks that help manage your infrastructure code efficiently. They allow you to...