Day 5 : GitLab Runners & Pipeline Execution
Learn GitLab Runners, Hosted vs Self-Hosted Runners, Runner Registration, Tags, Pipeline Editor & Parallel Jobs ๐ Introduction In the previous article, we created our first GitLab CI/CD pipeline and

Search for a command to run...
Articles tagged with #aws
Learn GitLab Runners, Hosted vs Self-Hosted Runners, Runner Registration, Tags, Pipeline Editor & Parallel Jobs ๐ Introduction In the previous article, we created our first GitLab CI/CD pipeline and

Import Repositories, Mirroring & Repository Management Best Practices ๐ Introduction In the previous articles, we learned the fundamentals of GitLab, created projects, and configured secure authentic

Organizing Projects and Accessing GitLab Repositories Securely Learn how GitLab organizes repositories using Groups and Projects, and understand how to securely authenticate using Personal Access Tok

Secure State Management (S3 + DynamoDB Locking) ๐ Abstract In Terraform, the state file (terraform.tfstate) is the most critical component that connects your configuration with real infrastructure. H

Terraform State Management & Import ๐ Abstract Terraform works by maintaining a record of infrastructure in a state file. This state file acts as the bridge between your Terraform configuration and r

Conditional Expressions (Ternary Operator) ๐ Abstract In real-world DevOps projects, infrastructure often needs to behave differently based on environments such as development, staging, and productio
